WordPress函数文档delete_blog_option()

调用do_feed_rss2的hook钩子 描述 译文 装载RSS2通用feed或RSS2文章feed。 原文…

调用do_feed_rss2的hook钩子

描述

译文

装载RSS2通用feed或RSS2文章feed。

原文

Load either the RSS2 comment feed or the RSS2 posts feed.

用法

<?php do_feed_rss2$for_comments ?>

参数

$for_comments

(boolean) (必填) true for the comment feed, false for normal feed.

默认值: None

返回值

(void) 

This function does not return a value.

注意

  • 使用到: load_template() to load feed template.

历史

添加于 版本: 2.1.0

源文件

do_feed_rss2() 函数的代码位于 wp-includes/functions.php.

  • 原文:http://codex.wordpress.org/Function_Reference/do_feed_rss2
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT