wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_comment_author_link › WordPress过滤钩子

Since4.1.0
已弃用n/a
apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id )
参数: (3)
  • (string) $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
    Required: Yes
  • (string) $comment_author The comment author's username.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
定义在:
文档:

Filters the comment author's link for display.





源码

return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id );