Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/feed-rss2-comments.php | do_action | 116 | /** * 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 $ID The ID of the post the comment is connected to. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $comment_ID | The ID of the comment being displayed. |
int | $ID | The ID of the post the comment is connected to. |