W3cubDocs

/WordPress

apply_filters( ‘get_comment_author_url_link’, string $comment_author_url_link )

Filters the comment author’s returned URL link.

Parameters

$comment_author_url_linkstring
The HTML-formatted comment author URL link.

Source

return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );

Changelog

Version Description
1.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_comment_author_url_link