Automattic\WooCommerce\Admin\Features\OnboardingTasks
DeprecatedExtendedTask::is_snoozeable
Check if a task is snoozeable.
Method of the class: DeprecatedExtendedTask{}
No Hooks.
Returns
true|false.
Usage
$DeprecatedExtendedTask = new DeprecatedExtendedTask(); $DeprecatedExtendedTask->is_snoozeable();
DeprecatedExtendedTask::is_snoozeable() DeprecatedExtendedTask::is snoozeable code WC 10.5.0
public function is_snoozeable() {
return $this->is_snoozeable;
}