do_feed_rss()
do_feed_rss()
加载RSS 1.0提要模板。
Load the RSS 1.0 Feed Template.
说明(Description)
另见
加载模板()
返回(Return)
无返回值
源码(Source)
/** * Load the RSS 1.0 Feed Template. * * @since 2.1.0 * * @see load_template() */ function do_feed_rss() { load_template( ABSPATH . WPINC . '/feed-rss.php' ); }
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.1.0 | wp-includes/functions.php:1583 | 0 | 1 function |
do_feed_rss() 为WP2原创文章,链接:https://www.wp2.cn/functions/do_feed_rss/