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

Fires at the end of each RSS2 comment feed item.


Description Description


Parameters Parameters

$comment->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 Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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