Filters the edit link for a tag (or term in another taxonomy).
Parameters
$linkstring- The term edit link.
Source
return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy ) );
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
Filters the edit link for a tag (or term in another taxonomy).
$linkstringreturn apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy ) );
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.