Automattic\WooCommerce\Internal\ProductAttributesLookup
LookupDataStore::unset_regeneration_in_progress_flag
Remove the flag indicating that the lookup table regeneration is in process.
Method of the class: LookupDataStore{}
No Hooks.
Returns
null. Nothing (null).
Usage
$LookupDataStore = new LookupDataStore(); $LookupDataStore->unset_regeneration_in_progress_flag();
LookupDataStore::unset_regeneration_in_progress_flag() LookupDataStore::unset regeneration in progress flag code WC 10.3.5
public function unset_regeneration_in_progress_flag() {
delete_option( 'woocommerce_attribute_lookup_regeneration_in_progress' );
}