apply_filters( 'the_content_feed', string $content , string $feed_type )
Filters the post content for use in feeds.
Parameters
- $content
-
The current post content.
- $feed_type
-
Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |