Filters the edit link for a term.
Parameters
$location
string- The edit link.
$term_id
int- Term ID.
$taxonomy
string- Taxonomy name.
$object_type
string- The object type.
Source
return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.