wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_category_rss › WordPress Function

Da0.71
Deprecaton/a
the_category_rss ( $type = null )
Parametri:
  • (string) $type Optional, default is the type returned by get_default_feed().
    Richiesto: No
    Default: null
Vedi:
Definito a:
Codex:

Displays the post categories in the feed.



Sorgenti

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