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



get_comment_author_url_link › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'get_comment_author_url_link', $comment_author_url_link )
Parameters:
  • (string) $comment_author_url_link The HTML-formatted comment author URL link.
    Required: Yes
Defined at:
Codex:

Filters the comment author's returned URL link.





Source

return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );