Filters the comment author's returned URL link.
$comment_author_url_linkstringwp-includes/comment-template.php:457get_comment_author_url_link()<?php * Filters the comment author's returned URL link. * * @since 1.5.0 * * @param string $comment_author_url_link The HTML-formatted comment author URL link. */ return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );} /** * Displays the HTML link of the URL of the author of the current comment. * * @since 0.71Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.