wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_category_rss › Hooks de Filtros WordPress

Desde1.2.0
Obsoleton/a
apply_filters( 'the_category_rss', $the_list, $type )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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