comment_author_rss

过滤钩子
apply_filters( 'comment_author_rss', get_comment_author()

comment_author_rss – 这个过滤钩子用来修改显示在RSS feed中的评论的作者名字。评论的ID,作者的名字和评论对象作为参数传递给过滤器函数。

过滤当前的评论作者,以便在feed中使用。

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

常见问题

FAQs
查看更多 >