apply_filters( 'get_comment_author_url_link', string $comment_author_url_link )

Filters the comment author’s returned URL link.


Parameters

$comment_author_url_link string
The HTML-formatted comment author URL link.

Top ↑

Source

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

return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.