Filters the comment author’s link for display.
$comment_author_linkstring
$comment_authorstring
$comment_idstring
Both get_comment_author_url() and get_comment_author() rely on get_comment(), which falls back to the global comment variable if the $comment_ID argument is empty.
return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id );
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_comment_author_link