Automattic\WooCommerce\Internal\DataStores\Orders

OrdersTableRefundDataStore::read_multiple()publicWC 1.0

Method of the class: OrdersTableRefundDataStore{}

No Hooks.

Return

null. Nothing (null).

Usage

$OrdersTableRefundDataStore = new OrdersTableRefundDataStore();
$OrdersTableRefundDataStore->$this->handle_order_deletion_with_sync_disabled( $refund_id );
$refund_id (required)
-

OrdersTableRefundDataStore::read_multiple() code WC 8.7.0

$this->handle_order_deletion_with_sync_disabled( $refund_id );
			}
		}
	}

	/**