do_feed_rss()WP 2.1.0

Loads the RSS 1.0 Feed Template.

No Hooks.

Return

null. Nothing (null).

Usage

do_feed_rss();

Notes

Changelog

Since 2.1.0 Introduced.

do_feed_rss() code WP 6.4.3

function do_feed_rss() {
	load_template( ABSPATH . WPINC . '/feed-rss.php' );
}