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.


Source

File: wp-includes/deprecated.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.