W3cubDocs

/WordPress

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

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 (eg. the post type).

Source

File: wp-includes/link-template.php

View on Trac

Changelog

Version Description
3.1.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_edit_term_link