wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_comment_author_link › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id )
Parameter: (3)
  • (string) $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
    Erforderlich: Ja
  • (string) $comment_author The comment author's username.
    Erforderlich: Ja
  • (string) $comment_id The comment ID as a numeric string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment author's link for display.





Quellcode

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