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