to get all processing order, you will be able to get those orders
There are several reasons you might want to get all WooCommerce orders for
I am filtering "processing" order status only, but it doesn't work and I get all
Get orders on hold and process $args = array( 'post_status'
Apply the free filter the the course query getting all course with no products or
... directly using WC API Query instead of WP Query. I am still looking for a way to query the variation from all orders... //get number of orders perĀ ...
This is a pretty foolproof process, though, that we have used for other plugin
https://woocommerce.wordpress.com/2014/08/07/wc-2-2-order-statuses-plugin- compatibility/. Let me know
$query = array( 'post_type' => 'my-post-type', 'post_author' => $current_user->ID ); query_posts($query);. Can anyone help? What else do I need to do? Share.
For example, to set the display order of the posts without affecting the rest of the