wpgenie

remove checking of processing orders and showing number of those in wp-admin

Oct 1st, 2025
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. /*
  2.  
  3. this should go to child-theme/functions.php file
  4.  
  5. removes query that counts processing orders and shows number of those in wp-admin orders menu
  6.  
  7. */
  8.  
  9. add_filter( 'woocommerce_include_processing_order_count_in_menu', function () { return false; }, 10);
Advertisement
Add Comment
Please, Sign In to add comment