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