wpseek.com
A WordPress-centric search engine for devs and theme authors



the_category_rss › WordPress Filter Hooks

Since1.2.0
Deprecatedn/a
apply_filters( 'the_category_rss', $the_list, $type )
Parameters: (2)
  • (string) $the_list All of the RSS post categories.
    Required: Yes
  • (string) $type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Required: Yes
Defined at:
Codex:

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





Source

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