the_content_feed( string $feed_type = null )

In this article

Displays the post content for feeds.

Parameters

$feed_typestringoptional
The type of feed. rss2 | atom | rss | rdf

Default:null

Source

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

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.