wpseek.com
A WordPress-centric search engine for devs and theme authors



the_content_feed › WordPress Filter Hooks

Since2.9.0
Deprecatedn/a
apply_filters( 'the_content_feed', $content, $feed_type )
Parameters: (2)
  • (string) $content The current post content.
    Required: Yes
  • (string) $feed_type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Required: Yes
Defined at:
Codex:

Filters the post content for use in feeds.





Source

return apply_filters( 'the_content_feed', $content, $feed_type );