Automattic\WooCommerce\Admin\Features\OnboardingTasks

DeprecatedExtendedTask::is_snoozeablepublicWC 1.0

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

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