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



get_comment_author_url › Les Filtres WordPress

Depuis4.1.0
Dépréciéen/a
apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment )
Paramètres: (3)
  • (string) $comment_author_url The comment author's URL, or an empty string.
    Requis: Oui
  • (string|int) $comment_id The comment ID as a numeric string, or 0 if not found.
    Requis: Oui
  • (WP_Comment|null) $comment The comment object, or null if not found.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment author's URL.





Source

return apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment );