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



edit_term_link › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'edit_term_link', $link, $term->term_id )
Parameters: (2)
  • (string) $link The anchor tag for the edit link.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
Defined at:
Codex:

Filters the anchor tag for the edit link of a term.





Source

$link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;