Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- this should go to child-theme/functions.php file
- removes query that counts processing orders and shows number of those in wp-admin orders menu
- */
- add_filter( 'woocommerce_include_processing_order_count_in_menu', function () { return false; }, 10);
Advertisement
Add Comment
Please, Sign In to add comment