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



get_edit_term_link › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
Parameters: (4)
  • (string) $location The edit link.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
  • (string) $taxonomy Taxonomy name.
    Required: Yes
  • (string) $object_type The object type.
    Required: Yes
Defined at:
Codex:

Filters the edit link for a term.





Source

return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );