redirect_term_location

redirect_term_location

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('redirect_term_location') is found 1 times:

  • /wp-admin/edit-tags.php line 228
    	 *
    	 * @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' );