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



get_tag_link › WordPress Function

Depuis2.3.0
Dépréciéen/a
get_tag_link ( $tag )
Paramètres:
  • (int|object) $tag Tag ID or object.
    Requis: Oui
Voir:
Retourne:
  • (string) Link on success, empty string if tag does not exist.
Défini(e) dans:
Codex:

Retrieves the link to the tag.



Source

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