Filters the post content for use in feeds.
$contentstring$feed_typestringwp-includes/feed.php:208get_the_content_feed() * @since 2.9.0 * * @param string $content The current post content. * @param string $feed_type Type of feed. Possible values include 'rss2', 'atom'. * Default 'rss2'. */ return apply_filters( 'the_content_feed', $content, $feed_type );} /** * Displays the post content for feeds. * * @since 2.9.0Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.