wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



tag_description › WordPress Function

Od2.8.0
Przestarzałyn/a
tag_description ( $tag = 0 )
Parametry:
  • (int) $tag Optional. Tag ID. Defaults to the current tag ID.
    Wymagane: Nie
    Domyślny:
Powrót:
  • (string) Tag description, if available.
Zdefiniowane na:
Codex:

Retrieves tag description.



Źródło

function tag_description( $tag = 0 ) {
	return term_description( $tag );
}