在每个Atom评论供稿项结束时触发。
原型
do_action( 'comment_atom_entry', int $comment_id, int $comment_post_id )
参数
$comment_id
(int)
当前评论的ID。
$comment_post_id
(int)
当前评论所连接的帖子的ID。
源文件
路径:wp-includes/feed-atom-comments.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/comment_atom_entry/