Codex tools: Log in
Languages: English • 日本語 • (Add your language)
Contents |
Returns the correct link url for a given Tag ID.
<a href="<?php echo get_tag_link($tag_id); ?>">tag name</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() is located in wp-includes/category-template.php.
Tags: the_tags(), tag_description(), single_tag_title(), wp_tag_cloud(), wp_generate_tag_cloud(), get_tags(), get_the_tags(), get_the_tag_list(), get_tag_link()
get_the_terms(), get_term_link(), wp_get_object_terms()