WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_content_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/deprecated.php apply_filters 1689 /**
* Filters the post content in the context of an RSS feed.
*
* @since 0.71
*
* @param string $content Content of the current post.
*/

Hook Parameters

Parameter Type Name Description
string $content Content of the current post.