Automattic\WooCommerce\Admin\Features\OnboardingTasks

DeprecatedExtendedTask::is_snoozeable()publicWC 1.0

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() code WC 8.7.0

public function is_snoozeable() {
	return $this->is_snoozeable;
}