the_content_feed( string   $feed_type = null )

Displays the post content for feeds.

Parameters

$feed_type string optional
The type of feed. rss2 | atom | rss | rdf

Default: null

Source

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

Changuelog

Versionen Description
2.9.0 Introduced.

User Contributed Notes

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