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



get_comment_author_url_link › WordPress过滤钩子

Since1.5.0
已弃用n/a
apply_filters( 'get_comment_author_url_link', $comment_author_url_link )
参数:
  • (string) $comment_author_url_link The HTML-formatted comment author URL link.
    Required: Yes
定义在:
文档:

Filters the comment author's returned URL link.





源码

return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );