Filters the taxonomy redirect destination URL.
Parameters
$location
string- The destination URL.
$tax
WP_Taxonomy- The taxonomy object.
Source
wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) );
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.