do_action( 'commentrss2_item', int $comment->comment_ID , int $comment_post->ID )
Fires at the end of each RSS2 comment feed item.
Description Description
Parameters Parameters
- $comment->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 Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |