WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_content_type

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 774 /**
* Filters the content type for a specific feed type.
*
* @since 2.8.0
*
* @param string $content_type Content type indicating the type of data that a feed contains.
* @param string $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.
*/

Hook Parameters

Parameter Type Name Description
string $content_type Content type indicating the type of data that a feed contains.
string $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.