Filters the comment author's link for display.
$comment_author_linkstring$comment_authorstring$comment_idstringwp-includes/comment-template.php:293get_comment_author_link()<?php * * @param string $comment_author_link The HTML-formatted comment author link. * Empty for an invalid URL. * @param string $comment_author The comment author's username. * @param string $comment_id The comment ID as a numeric string. */ return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id );} /** * Displays the HTML link to 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.