apply_filters( 'redirect_term_location', string $location, object $tax )

Filters the taxonomy redirect destination URL.


Parameters

$location

(string) The destination URL.

$tax

(object) The taxonomy object.


Source

File: wp-admin/edit-tags.php

View on GitHub


Changelog

Changelog
Version Description
WP-4.6.0 Introduced.