commentrss2_item

动作钩子
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID )
参数
  • (int) $comment_ID The ID of the comment being displayed.
    Required:
  • (int) $ID The ID of the post the comment is connected to.
    Required:
定义位置
相关勾子
commentsrss2_headcomments_templaterss2_itemcomment_textcomment_edit_pre
相关方法
comments_rss_linkcomments_templatecomments_rsscomment_textcomment_datecomment_time
引入
2.1.0
弃用
-

commentrss2_item: 这个函数是一个过滤器,可以用来修改单个评论的内容,当它被显示在RSS feed中时。例如,你可以用这个过滤器在评论中添加自定义信息,或者改变评论内容的格式。

在每个RSS2评论源项目结束时启动。

do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );

常见问题

FAQs
查看更多 >