If you are calling get_posts() for the shop_order post type. Here is an example of a 2.1 order query: $orders = get_posts( array( 'post_type' => ...
確定! 回上一頁