wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_category_rss › Les Filtres WordPress

Depuis1.2.0
Dépréciéen/a
apply_filters( 'the_category_rss', $the_list, $type )
Paramètres: (2)
  • (string) $the_list All of the RSS post categories.
    Requis: Oui
  • (string) $type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Requis: Oui
Défini(e) dans:
Codex:

Filters all of the post categories for display in a feed.





Source

return apply_filters( 'the_category_rss', $the_list, $type );