Automattic\WooCommerce\Internal\DataStores\Orders
OrdersTableDataStore::get_orders()
{} It's a method of the class: OrdersTableDataStore{}
No Hooks.
Return
null
. Nothing.
Usage
$OrdersTableDataStore = new OrdersTableDataStore(); $OrdersTableDataStore->get_orders( $args );
- $args **
- -
Default: array()
Code of OrdersTableDataStore::get_orders() OrdersTableDataStore::get orders WC 6.6.1
public function get_orders( $args = array() ) { // TODO: Implement get_orders() method. return array(); }