On this page
apply_filters( 'get_edit_term_link', string $location, int $term_id, string $taxonomy, string $object_type )
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
File: wp-includes/link-template.php. View all references
return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
Related
Used By
| Used By | Description |
|---|---|
| get_edit_term_link() wp-includes/link-template.php | Retrieves the URL for editing a given term. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_edit_term_link