WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_content_feed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 206 /**
* Filters the post content for use in feeds.
*
* @since 2.9.0
*
* @param string $content The current post content.
* @param string $feed_type Type of feed. Possible values include 'rss2', 'atom'.
* Default 'rss2'.
*/

Hook Parameters

Parameter Type Name Description
string $content The current post content.
string $feed_type Type of feed. Possible values include 'rss2', 'atom'.