Codex tools: Log in / create account
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);
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