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



commentrss2_item › WordPress动作钩子

Since2.1.0
已弃用n/a
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID )
参数: (2)
  • (int) $comment_id The ID of the comment being displayed.
    Required: Yes
  • (int) $comment_post_id The ID of the post the comment is connected to.
    Required: Yes
定义在:
文档:

Fires at the end of each RSS2 comment feed item.





源码

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