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



get_comment_author_link › Les Filtres WordPress

Depuis4.1.0
Dépréciéen/a
apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id )
Paramètres: (3)
  • (string) $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
    Requis: Oui
  • (string) $comment_author The comment author's username.
    Requis: Oui
  • (string) $comment_id The comment ID as a numeric string.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment author's link for display.





Source

return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id );