do_action( 'commentrss2_item', int $comment_id , int $comment_post_id )
Fires at the end of each RSS2 comment feed item.
Parameters
- $comment_id
-
The ID of the comment being displayed.
- $comment_post_id
-
The ID of the post the comment is connected to.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |