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.

Top ↑

Source

File: wp-admin/edit-tags.php. View all references

wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) );

Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.