wpseek.com
A WordPress-centric search engine for devs and theme authors



get_edit_tag_link › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy )
Parameters:
  • (string) $link The term edit link.
    Required: Yes
Defined at:
Codex:

Filters the edit link for a tag (or term in another taxonomy).





Source

return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy ) );