Codex tools: Log in / create account
Contents |
Displays a link to edit the current tag, if the user is logged in and allowed to edit the tag. It must be within The Loop.
<?php edit_tag_link( $link, $before, $after, $tag ); ?>
Displays edit tag link using defaults.
<?php edit_tag _link(); ?>
Displays edit tag link, with link text "edit tag", in a paragraph (<p>) tag.
<?php edit_comment_link('edit tag', '<p>', '</p>'); ?>
Since: 2.7.0
edit_tag_link() is located in wp-includes/link-template.php.
edit_post_link, edit_comment_link, edit_tag_link, edit_bookmark_link