do_action( 'commentrss2_item', int $comment_id , int $comment_post_id )
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
File: wp-includes/feed-rss2-comments.php
.
View all references
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |