Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::is_disabled()
Check if task is disabled.
Метод класса: StoreCreation{}
Хуков нет.
Возвращает
true|false
.
Использование
$StoreCreation = new StoreCreation(); $StoreCreation->is_disabled();
Код StoreCreation::is_disabled() StoreCreation::is disabled WC 9.2.3
public function is_disabled() { return true; }