Filters the taxonomy redirect destination URL.
$locationstring$taxWP_Taxonomywp-admin/edit-tags.php:231file scope * * @since 4.6.0 * * @param string $location The destination URL. * @param WP_Taxonomy $tax The taxonomy object. */ wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) ); exit;} $wp_list_table->prepare_items();$total_pages = $wp_list_table->get_pagination_arg( 'total_pages' );Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.