On this page
apply_filters( 'the_content_rss', string $content )
Filters the post content in the context of an RSS feed.
Parameters
$contentstring-
Content of the current post.
More Information
- This filter hook has been deprecated, as indicated in the Source section below ( File: wp-includes/deprecated.php ).
- As of version 2.9 upwards, you should use the new filter hook the_content_feed in its place.
Source
File: wp-includes/deprecated.php. View all references
$content = apply_filters('the_content_rss', $content);
Related
Used By
| Used By | Description |
|---|---|
| the_content_rss() wp-includes/deprecated.php | Display the post content for the feed. |
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_content_rss