Filters the post content for use in feeds.
$contentstring
$feed_typestring
'rss2', 'atom'.'rss2'.the_content_feed” filter is used to filter the content of the post after it is retrieved from the database and filtered by “the_content” hook and before it is sent to RSS reader (or browser).return apply_filters( 'the_content_feed', $content, $feed_type );
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_content_feed