wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



feed_content_type › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'feed_content_type', $content_type, $type )
Parameter: (2)
  • (string) $content_type Content type indicating the type of data that a feed contains.
    Erforderlich: Ja
  • (string) $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the content type for a specific feed type.





Quellcode

return apply_filters( 'feed_content_type', $content_type, $type );