do_feed_rss()

最后更新于:2021-11-26 03:57:38

do_feed_rss()

Load the RSS 1.0 Feed Template.

源文件

文件: gc-includes/functions.php

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