wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_category_rss › WordPress Function

Seit0.71
Veraltetn/v
the_category_rss ( $type = null )
Parameter:
  • (string) $type Optional, default is the type returned by get_default_feed().
    Erforderlich: Nein
    Standard: null
Siehe:
Definiert in:
Codex:

Displays the post categories in the feed.



Quellcode

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