Automattic\WooCommerce\Internal\DataStores\Orders

OrdersTableRefundDataStore::read()publicWC 1.0

Method of the class: OrdersTableRefundDataStore{}

No Hooks.

Return

null. Nothing (null).

Usage

$OrdersTableRefundDataStore = new OrdersTableRefundDataStore();
$OrdersTableRefundDataStore->;

OrdersTableRefundDataStore::read() code WC 8.6.1

		$orders_table_is_authoritative = $refund->get_data_store()->get_current_class_name() === self::class;

		if ( $orders_table_is_authoritative ) {