Filter hook 'edit_term_link'

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

Description

Filters the anchor tag for the edit link of a term.

Occurrences

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

Parameters

Type Name Description
string $link The anchor tag for the edit link.
int $term_id Term ID.

PHP Doc

/**
	 * Filters the anchor tag for the edit link of a term.
	 *
	 * @since 3.1.0
	 *
	 * @param string $link    The anchor tag for the edit link.
	 * @param int    $term_id Term ID.
	 */