wpseek.com
A WordPress-centric search engine for devs and theme authors



the_content_feed › WordPress Function

Since2.9.0
Deprecatedn/a
the_content_feed ( $feed_type = null )
Parameters:
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
    Required: No
    Default: null
Defined at:
Codex:

Displays the post content for feeds.



Source

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