edit_tag_link WordPress Filter Hook
The edit_tag_link hook is used to edit the link for a given tag. This hook is called when the link is being generated, and allows for the link to be modified before it is output.
apply_filters( 'edit_tag_link', string $link ) #
Filters the anchor tag for the edit link for a tag (or term in another taxonomy).
Parameters
- $link
(string)The anchor tag for the edit link.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |