wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_tag_link › WordPress Function

Desde2.3.0
Obsoleton/a
get_tag_link ( $tag )
Parâmetros:
  • (int|object) $tag Tag ID or object.
    Required: Yes
Ver:
Retorna:
  • (string) Link on success, empty string if tag does not exist.
Definido em:
Codex:

Retrieves the link to the tag.



Fonte

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