the_content_feed( string $feed_type = null )

Display the post content for feeds.


Description Description


Parameters Parameters

$feed_type

(string) (Optional) The type of feed. rss2 | atom | rss | rdf

Default value: null


Top ↑

Source Source

File: wp-includes/feed.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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