diff --git a/wc_get_orders-and-WC_Order_Query.md b/wc_get_orders-and-WC_Order_Query.md index 7687d1e..98bac1e 100644 --- a/wc_get_orders-and-WC_Order_Query.md +++ b/wc_get_orders-and-WC_Order_Query.md @@ -65,10 +65,10 @@ $orders = $query->get_orders(); **status** -Accepts an array of strings: by default is set to the keys from of `wc_get_order_statuses()`. +Accepts an array of strings: by default is set to the keys of `wc_get_order_statuses()`. ``` -// Get orders on hold. +// Get orders processing and on-hold. $args = array( 'status' => array('wc-processing', 'wc-on-hold'), );