the_category_rss

函数


the_category_rss ( $type = null )
参数
  • (string)
    $type
    Optional, default is the type returned by get_default_feed().
    Required:
    Default: null
相关
  • get_the_category_rss()
定义位置
  • wp-includes/feed.php
    , line 438
引入
0.71
弃用

Displays the post categories in the feed.

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