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



get_tag_link › WordPress Function

Da2.3.0
Deprecaton/a
get_tag_link ( $tag )
Parametri:
  • (int|object) $tag Tag ID or object.
    Richiesto:
Vedi:
Ritorna:
  • (string) Link on success, empty string if tag does not exist.
Definito a:
Codex:

Retrieves the link to the tag.



Sorgenti

function get_tag_link( $tag ) {
	return get_category_link( $tag );
}