Description
Fires at the end of each RSS2 comment feed item.
Occurrences
Filename | Line Number |
---|---|
wp-includes/feed-rss2-comments.php | 119 |
Parameters
Type | Name | Description |
---|---|---|
int | $comment_id | The ID of the comment being displayed. |
int | $comment_post_id | The ID of the post the comment is connected to. |
PHP Doc
/**
* Fires at the end of each RSS2 comment feed item.
*
* @since 2.1.0
*
* @param int $comment_id The ID of the comment being displayed.
* @param int $comment_post_id The ID of the post the comment is connected to.
*/