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



the_category_rss › WordPress Filter Hooks

Seit1.2.0
Veraltetn/v
apply_filters( 'the_category_rss', $the_list, $type )
Parameter: (2)
  • (string) $the_list All of the RSS post categories.
    Erforderlich: Ja
  • (string) $type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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