Automattic\WooCommerce\Internal\DataStores\Orders
LegacyDataCleanup::is_flag_set
Whether the user has initiated the cleanup process.
Метод класса: LegacyDataCleanup{}
Хуков нет.
Возвращает
true|false. TRUE if the user has initiated the cleanup process, FALSE otherwise.
Использование
$LegacyDataCleanup = new LegacyDataCleanup(); $LegacyDataCleanup->is_flag_set();
Код LegacyDataCleanup::is_flag_set() LegacyDataCleanup::is flag set WC 10.4.3
public function is_flag_set() {
return $this->batch_processing->is_enqueued( self::class );
}