WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about redirect_term_location

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-tags.php apply_filters 228 /**
* Filters the taxonomy redirect destination URL.
*
* @since 4.6.0
*
* @param string $location The destination URL.
* @param WP_Taxonomy $tax The taxonomy object.
*/

Hook Parameters

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