/**
* Displays the post content for feeds.
*
* @since 2.9.0
*
* @param string $feed_type The type of feed. rss2 | atom | rss | rdf
*/ functionthe_content_feed($feed_type = null ){ echoget_the_content_feed($feed_type); }
/**
* Displays the post excerpt for the feed.
*
* @since 0.71
*/ functionthe_excerpt_rss(){ $output = get_the_excerpt(); /**
* Filters the post excerpt for a feed.
*
* @since 1.2.0
*
* @param string $output The current post excerpt.
*/