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



the_category_rss › WordPress Function

Since0.71
已弃用n/a
the_category_rss ( $type = null )
参数:
  • (string) $type Optional, default is the type returned by get_default_feed().
    Required: No
    默认: null
查看:
定义在:
文档:

Displays the post categories in the feed.



源码

function the_category_rss( $type = null ) {
	echo get_the_category_rss( $type );
}