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



comment_author_rss › WordPress过滤钩子

Since1.5.0
已弃用n/a
apply_filters( 'comment_author_rss', get_comment_author()
参数:
  • (string) $comment_author The current comment author.
    Required: Yes
定义在:
文档:

Filters the current comment author for use in a feed.





源码

return apply_filters( 'comment_author_rss', get_comment_author() );