WordPress Version: 6.1
/**
* Displays the post content for feeds.
*
* @since 2.9.0
*
* @param string $feed_type The type of feed. rss2 | atom | rss | rdf
*/
function the_content_feed($feed_type = null)
{
echo get_the_content_feed($feed_type);
}