wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_max_links_url › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
Parametri: (3)
  • (int) $num_links The number of links found.
    Richiesto:
  • (string) $url Comment author's URL. Included in allowed links total.
    Richiesto:
  • (string) $comment Content of the comment.
    Richiesto:
Definito a:
Codex:

Filters the number of links found in a comment.





Sorgenti

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