do_feed_rss()
do_feed_rss() 加载RSS 1.0提要模板。Load the RSS 1.0 Feed Templ…
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 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。





还没有任何评论,赶紧来占个楼吧!