get_comment_author_url_link WordPress Filter Hook
The get_comment_author_url_link Wordpress hook allows you to change the URL that is displayed when the comment author's name is clicked. This can be useful if you want to link to a different website or page for the author.
apply_filters( 'get_comment_author_url_link', string $return ) #
Filters the comment author’s returned URL link.
Parameters
- $return
(string)The HTML-formatted comment author URL link.
Source
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |