This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_tag_link/
Languages: English • Español • Italiano • 日本語 (Add your language)
Devuelve el enlace url para un determinado Tag ID.
<a href="<?php echo get_tag_link($tag_id); ?>">nombre del tag</a>
Output from this function is filtered by the 'tag_link' filter. The first argument ($taglink) is the url as the function would normally output it, the second is the ID passed into the function.
apply_filters('tag_link', $taglink, $tag_id);
get_tag_link() esta ubicado en wp-includes/category-template.php.
Tags: get_tag(), get_tag_link(), get_tags(), get_the_tag_list(), get_the_tags(), is_tag(), the_tags(), single_tag_title(), tag_description(), wp_generate_tag_cloud(), wp_tag_cloud()