redirect_term_location

redirect_term_location

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

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('redirect_term_location') is found 1 times:

  • /wp-admin/edit-tags.php line 231
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
         *
         * @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' );