wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_category_rss › WordPress过滤钩子

Since1.2.0
已弃用n/a
apply_filters( 'the_category_rss', $the_list, $type )
参数: (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
定义在:
文档:

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





源码

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