apply_filters( 'feed_content_type', string $content_type, string $type )

Filters the content type for a specific feed type.


Description Description


Parameters Parameters

$content_type

(string) Content type indicating the type of data that a feed contains.

$type

(string) Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.


Top ↑

Source Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.