the_content_feed

函数


the_content_feed ( $feed_type = null )
参数
  • (string)
    $feed_type
    The type of feed. rss2 | atom | rss | rdf
    Required:
    Default: null
定义位置
  • wp-includes/feed.php
    , line 216
引入
2.9.0
弃用

Displays the post content for feeds.

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