Filters the content type for a specific feed type.
$content_typestring$typestringwp-includes/feed.php:791feed_content_type()<?php * * @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'. */ return apply_filters( 'feed_content_type', $content_type, $type );} /** * Builds SimplePie object based on RSS or Atom feed from URL. * * @since 2.8.0Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.