Automattic\WooCommerce\Internal\ProductAttributesLookup

LookupDataStore::get_last_create_operation_failedpublicWC 1.0

Check if the last lookup data creation operation failed.

Method of the class: LookupDataStore{}

No Hooks.

Returns

true|false. True if the last lookup data creation operation failed.

Usage

$LookupDataStore = new LookupDataStore();
$LookupDataStore->get_last_create_operation_failed();

LookupDataStore::get_last_create_operation_failed() code WC 9.9.5

public function get_last_create_operation_failed() {
	return $this->last_create_operation_failed;
}