Filter hook 'redirect_term_location'

in WP Core File wp-admin/edit-tags.php at line 228

Description

Filters the taxonomy redirect destination URL.

Occurrences

Filename Line Number
wp-admin/edit-tags.php 228

Parameters

Type Name Description
string $location The destination URL.
WP_Taxonomy $tax The taxonomy object.

PHP Doc

/**
	 * Filters the taxonomy redirect destination URL.
	 *
	 * @since 4.6.0
	 *
	 * @param string      $location The destination URL.
	 * @param WP_Taxonomy $tax      The taxonomy object.
	 */