the_category_rss

过滤钩子
apply_filters( 'the_category_rss', $the_list, $type )
参数
  • (string) $the_list All of the RSS post categories.
    Required:
  • (string) $type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Required:
定义位置
相关勾子
the_categorythe_title_rssthe_excerpt_rsscategory_css_classcategory_link
相关方法
the_category_rssget_the_category_rssthe_categorythe_category_idthe_category_headget_category_rss_link
引入
1.2.0
弃用
-

the_category_rss与the_category类似,但专门用于RSS订阅。它以适合在RSS feed中使用的格式显示文章的类别。

过滤所有的文章类别,以便在feed中显示。

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

常见问题

FAQs
查看更多 >