Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::is_disabled()
Check if task is disabled.
{} It's a method of the class: StoreCreation{}
No Hooks.
Return
true|false
.
Usage
$StoreCreation = new StoreCreation(); $StoreCreation->is_disabled();
Code of StoreCreation::is_disabled() StoreCreation::is disabled WC 6.6.1
public function is_disabled() { return true; }