wc_processing_order_count()

Return the count of processing orders.


Description Description


Return Return

(int)


Top ↑

Source Source

File: includes/wc-order-functions.php

function wc_processing_order_count() {
	return wc_orders_count( 'processing' );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.