wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



feed_content_type › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'feed_content_type', $content_type, $type )
Parametri: (2)
  • (string) $content_type Content type indicating the type of data that a feed contains.
    Richiesto:
  • (string) $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.
    Richiesto:
Definito a:
Codex:

Filters the content type for a specific feed type.





Sorgenti

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