apply_filters( ‘get_edit_term_link’, string $location, int $term_id, string $taxonomy, string $object_type )

In this article

Filters the edit link for a term.

Parameters

$locationstring
The edit link.
$term_idint
Term ID.
$taxonomystring
Taxonomy name.
$object_typestring
The object type.

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.