Description
Load either the RSS2 comment feed or the RSS2 posts feed.
Usage
<?php do_feed_rss2( $for_comments ) ?>
Parameters
- $for_comments
- (boolean) (required) true for the comment feed, false for normal feed.
- Default: None
Return Values
- (void)
- This function does not return a value.
Examples
Notes
Change Log
Since: 2.1.0
Source File
do_feed_rss2() is located in wp-includes/functions.php
.
Related