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