wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



comment_max_links_url › Filtr WordPress Hooks

Od4.7.0
Przestarzałyn/a
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
Parametry: (3)
  • (int) $num_links The number of links found.
    Wymagane: Tak
  • (string) $url Comment author's URL. Included in allowed links total.
    Wymagane: Tak
  • (string) $comment Content of the comment.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the number of links found in a comment.





Źródło

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