wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comment_max_links_url › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
Parameter: (3)
  • (int) $num_links The number of links found.
    Erforderlich: Ja
  • (string) $url Comment author's URL. Included in allowed links total.
    Erforderlich: Ja
  • (string) $comment Content of the comment.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the number of links found in a comment.





Quellcode

$num_links = apply_filters( 'comment_max_links_url', $num_links, $url, $comment );