Filter hook 'get_edit_tag_link'

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

Description

Filters the edit link for a tag (or term in another taxonomy).

Occurrences

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

Parameters

Type Name Description
string $link The term edit link.

PHP Doc

/**
	 * Filters the edit link for a tag (or term in another taxonomy).
	 *
	 * @since 2.7.0
	 *
	 * @param string $link The term edit link.
	 */