wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



comment_max_links_url › Les Filtres WordPress

Depuis4.7.0
Dépréciéen/a
apply_filters( 'comment_max_links_url', $num_links, $url, $comment )
Paramètres: (3)
  • (int) $num_links The number of links found.
    Requis: Oui
  • (string) $url Comment author's URL. Included in allowed links total.
    Requis: Oui
  • (string) $comment Content of the comment.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the number of links found in a comment.





Source

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