woocommerce_order_data_store_cpt_get_orders_query

woocommerce_order_data_store_cpt_get_orders_query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_data_store_cpt_get_orders_query') is found 1 times:

  • /includes/data-stores/class-wc-order-data-store-cpt.php line 987
    		if ( ! isset( $query_vars['paginate'] ) || ! $query_vars['paginate'] ) {
    			$wp_query_args['no_found_rows'] = true;
    		}
    
    		return apply_filters( 'woocommerce_order_data_store_cpt_get_orders_query', $wp_query_args, $query_vars, $this );
    	}
    
    	/**
    	 * Query for Orders matching specific criteria.
    	 *
    	 * @since 3.1.0