get_comment_author_link
apply_filters( ‘get_comment_author_link’, string $retur…
apply_filters( ‘get_comment_author_link’, string $return, string $author, int $comment_ID )
筛选挂钩:筛选要显示的注释作者链接。
Filter Hook: Filters the comment author’s link for display.
目录锚点:#参数#源码#笔记
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$return | (string) | HTML格式的注释作者链接。无效URL为空。 |
$author | (string) | 评论作者的用户名。 |
$comment_ID | (int) | 评论ID。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:241 | 1 | 0 |
笔记(Notes)
链接到作者文章存档页:
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!