wc_processing_order_count()
Return the count of processing orders.
Description Description
Return Return
(int)
Source Source
File: includes/wc-order-functions.php
function wc_processing_order_count() { return wc_orders_count( 'processing' ); }