get_edit_tag_link WordPress Filter Hook
The get_edit_tag_link hook is used to retrieve the edit link for a given tag. This can be useful for displaying a link to the edit screen for a tag on the front-end of a site.
apply_filters( 'get_edit_tag_link', string $link ) #
Filters the edit link for a tag (or term in another taxonomy).
Parameters
- $link
(string)The term edit link.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |