commentrss2_item

Advertisement

Summery Summery

Fires at the end of each RSS2 comment feed item.

Syntax Syntax

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

Parameters Parameters

$comment->comment_ID

The ID of the comment being displayed.

$comment_post->ID

The ID of the post the comment is connected to.

Source Source

File: wp-includes/feed-rss2-comments.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply