筛选挂钩:筛选要显示的注释作者链接。
apply_filters( ‘get_comment_author_link’, string $return , string $author , int $comment_ID )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$return | (string) | HTML格式的注释作者链接。无效URL为空。 |
$author | (string) | 评论作者的用户名。 |
$comment_ID | (int) | 评论ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:241 | 1 | 0 |