/**
* Displays the post title in the feed.
*
* @since 0.71
*/ functionthe_title_rss(){ echoget_the_title_rss(); }
/**
* Retrieves the post content for feeds.
*
* @since 2.9.0
*
* @see get_the_content()
*
* @param string $feed_type The type of feed. rss2 | atom | rss | rdf
* @return string The filtered content.
*/