We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d923bd commit 9aca31fCopy full SHA for 9aca31f
includes/class-wc-order-query.php
@@ -78,6 +78,8 @@ protected function get_default_query_vars() {
78
* Get orders matching the current query vars.
79
*
80
* @return array|object of WC_Order objects
81
+ *
82
+ * @throws Exception When WC_Data_Store validation fails.
83
*/
84
public function get_orders() {
85
$args = apply_filters( 'woocommerce_order_query_args', $this->get_query_vars() );
0 commit comments