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



edit_tag_link › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'edit_tag_link', $link )
Parameters:
  • (string) $link The anchor tag for the edit link.
    Required: Yes
Defined at:
Codex:

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





Source

echo $before . apply_filters( 'edit_tag_link', $link ) . $after;