Wordpress 钩子:the_category_rss
文章目录
过滤所有帖子类别以在Feed中显示。
原型
apply_filters( 'the_category_rss', string $the_list, string $type )
参数
$the_list
(string)
所有RSS帖子类别。
$type
(string)
饲料类型。可能的值包括’rss2’,‘atom’。默认’rss2’。
源文件
路径:wp-includes/feed.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_category_rss/
文章作者 iBllex
上次更新 2019-02-16