Filter hook 'get_edit_term_link'

in WP Core File wp-includes/link-template.php at line 1121

Description

Filters the edit link for a term.

Occurrences

Filename Line Number
wp-includes/link-template.php 1121

Parameters

Type Name Description
string $location The edit link.
int $term_id Term ID.
string $taxonomy Taxonomy name.
string $object_type The object type.

PHP Doc

/**
	 * Filters the edit link for a term.
	 *
	 * @since 3.1.0
	 *
	 * @param string $location    The edit link.
	 * @param int    $term_id     Term ID.
	 * @param string $taxonomy    Taxonomy name.
	 * @param string $object_type The object type.
	 */