过滤评论作者的链接以供显示。
原型
apply_filters( 'get_comment_author_link', string $return, string $author, int $comment_ID )
参数
$return
(string)
HTML格式的评论作者链接。为无效的网址清空。
$author
(string)
评论作者的用户名。
$comment_ID
(int)
评论ID。
源文件
路径:wp-includes/comment-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_comment_author_link/