Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

LaunchYourStore::can_view()publicWC 1.0

Task visibility.

Method of the class: LaunchYourStore{}

No Hooks.

Return

true|false.

Usage

$LaunchYourStore = new LaunchYourStore();
$LaunchYourStore->can_view();

LaunchYourStore::can_view() code WC 9.7.1

public function can_view() {
	return Features::is_enabled( 'launch-your-store' );
}