Code-Snippets-Functions/Execute a function on a child site/WooCommerce/remove-processing-order-count-in-wp-admin.txt
2020-06-03 09:26:19 -06:00

1 line
55 B
Text

add_filter( 'woocommerce_menu_order_count', 'false' );