wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_content_feed › WordPress Function

Since2.9.0
已弃用n/a
the_content_feed ( $feed_type = null )
参数:
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
    Required: No
    默认: null
定义在:
文档:

Displays the post content for feeds.



源码

function the_content_feed( $feed_type = null ) {
	echo get_the_content_feed( $feed_type );
}