Automattic\WooCommerce\Internal\ProductAttributesLookup
LookupDataStore::unset_regeneration_aborted_flag()
Remove the flag indicating that the last lookup table regeneration process started was aborted.
Method of the class: LookupDataStore{}
No Hooks.
Return
null
. Nothing (null).
Usage
$LookupDataStore = new LookupDataStore(); $LookupDataStore->unset_regeneration_aborted_flag();
LookupDataStore::unset_regeneration_aborted_flag() LookupDataStore::unset regeneration aborted flag code WC 9.6.1
public function unset_regeneration_aborted_flag() { delete_option( 'woocommerce_attribute_lookup_regeneration_aborted' ); }