get_edit_tag_link
get_edit_tag_link ( $tag, $taxonomy = 'post_tag' )
Parameters:- (int|WP_Term|object) tag The ID or term object whose edit link will be retrieved.
- (string) taxonomy Optional. Taxonomy slug. Default 'post_tag'.
Returns:- (string) The edit tag link URL for the given tag.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Retrieves the edit link for a tag.