Automattic\WooCommerce\Internal\ProductAttributesLookup
LookupDataStore::unset_regeneration_in_progress_flag()
Remove the flag indicating that the lookup table regeneration is in process.
Метод класса: LookupDataStore{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$LookupDataStore = new LookupDataStore(); $LookupDataStore->unset_regeneration_in_progress_flag();
Код LookupDataStore::unset_regeneration_in_progress_flag() LookupDataStore::unset regeneration in progress flag WC 9.3.1
public function unset_regeneration_in_progress_flag() { delete_option( 'woocommerce_attribute_lookup_regeneration_in_progress' ); }