wordpress / latest / hooks / get_comment_author_url_link.html

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

File: wp-includes/comment-template.php. View all references

return apply_filters( 'get_comment_author_url_link', $return );

Used By

Used By Description

Changelog

Version Description
1.5.0 Introduced.

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