wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comment_author_link › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id )
Parameters: (3)
  • (string) $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
    Required: Yes
  • (string) $comment_author The comment author's username.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
Defined at:
Codex:

Filters the comment author's link for display.





Source

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