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.

Top ↑

Source

File: wp-includes/feed-rss2-comments.php. View all references

do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );

Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.