Fires at the end of each Atom comment feed item.
Parameters
$comment_id
int- ID of the current comment.
$comment_post_id
int- ID of the post the current comment is connected to.
Source
do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.