apply_filters( 'redirect_term_location', string $location , WP_Taxonomy $tax )
Filters the taxonomy redirect destination URL.
Parameters
-
$location
string -
The destination URL.
-
$tax
WP_Taxonomy -
The taxonomy object.
Source
File: wp-admin/edit-tags.php
.
View all references
wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) );
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |