Automattic\WooCommerce\Internal\DataStores\Orders

OrdersTableDataStore::get_order_item_type()publicWC 1.0

Method of the class: OrdersTableDataStore{}

No Hooks.

Return

null. Nothing (null).

Usage

$OrdersTableDataStore = new OrdersTableDataStore();
$OrdersTableDataStore->* @param WC_Order $order The order to be untrashed.;

OrdersTableDataStore::get_order_item_type() code WC 8.6.1

* @param WC_Order $order The order to be untrashed.
*
* @return bool If the operation was successful.