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

The edit link.

$term_id

Term ID.

$taxonomy

Taxonomy name.

$object_type

The object type.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
3.1.0 Introduced.