On this page
apply_filters( 'edit_tag_link', string $link )
Filters the anchor tag for the edit link for a tag (or term in another taxonomy).
Parameters
$linkstring-
The anchor tag for the edit link.
Source
File: wp-includes/link-template.php. View all references
echo $before . apply_filters( 'edit_tag_link', $link ) . $after;
Related
Used By
| Used By | Description |
|---|---|
| edit_tag_link() wp-includes/link-template.php | Displays or retrieves the edit link for a tag with formatting. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_tag_link