apply_filters( 'the_content_rss', string $content )

Filters the post content in the context of an RSS feed.


Parameters

$content string
Content of the current post.

Top ↑

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.

Top ↑

Source

File: wp-includes/deprecated.php. View all references

$content = apply_filters('the_content_rss', $content);


Top ↑

Changelog

Changelog
Version Description
0.71 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.