comment_atom_entry

动作钩子
do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID )
参数
  • (int) $comment_id ID of the current comment.
    Required:
  • (int) $comment_post_id ID of the post the current comment is connected to.
    Required:
定义位置
相关勾子
comments_atom_headcomment_authorcomment_textcomment_form_aftercomments_open
相关方法
comment_authorcomment_timecomment_textcomment_datecomment_text_rsscomments_open
引入
2.2.0
弃用
-

comment_atom_entry – 这个过滤器钩子用来为评论的Atom feed条目添加额外的内容。评论的ID、文章的ID和Atom feed的对象被作为参数传递给过滤函数。

在每个Atom评论feed项目结束时启动。

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

常见问题

FAQs
查看更多 >