Filters the post content in the context of an RSS feed.
Parameters
$contentstring- Content of the current post.
Source
$content = apply_filters('the_content_rss', $content);
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
Filters the post content in the context of an RSS feed.
$contentstring$content = apply_filters('the_content_rss', $content);
| Version | Description |
|---|---|
| 0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.