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

In this article

Fires at the end of each RSS2 comment feed item.

Parameters

$comment_idint
The ID of the comment being displayed.
$comment_post_idint
The ID of the post the comment is connected to.

Source

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

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

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