wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_max_links_url › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
Parameters: (3)
  • (int) $num_links The number of links found.
    Required: Yes
  • (string) $url Comment author's URL. Included in allowed links total.
    Required: Yes
  • (string) $comment Content of the comment.
    Required: Yes
Defined at:
Codex:

Filters the number of links found in a comment.





Source

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