How can I disable filtering by shipping providers in the order list?

[ad_1]

Hi @magsmyk00,

Please add below code in your theme/child theme functions.php file to remove shipping providers filter from orders list.

$ast_admin = WC_Advanced_Shipment_Tracking_Admin::get_instance();
remove_action( ‘restrict_manage_posts’, array( $ast_admin, ‘filter_orders_by_shipping_provider’), 20 );
remove_filter( ‘request’, array( $ast_admin, ‘filter_orders_by_shipping_provider_query’ ) );

Thanks

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer