wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_category_rss › WordPress Function

Depuis0.71
Dépréciéen/a
the_category_rss ( $type = null )
Paramètres:
  • (string) $type Optional, default is the type returned by get_default_feed().
    Requis: Non
    Défaut: null
Voir:
Défini(e) dans:
Codex:

Displays the post categories in the feed.



Source

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