Remove the processing order count in wp-admin if using WooCommerce 4.2.0 on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_menu_order_count', 'false' );
Remove the processing order count in wp-admin if using WooCommerce 4.2.0 on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_menu_order_count', 'false' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.