do_action( ‘comment_atom_entry’, int $comment_id, int $comment_post_id )

In this article

Fires at the end of each Atom comment feed item.

Parameters

$comment_idint
ID of the current comment.
$comment_post_idint
ID of the post the current comment is connected to.

Source

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

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.