Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

LaunchYourStore::can_viewpublicWC 1.0

Task visibility.

Method of the class: LaunchYourStore{}

No Hooks.

Returns

true|false.

Usage

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

LaunchYourStore::can_view() code WC 10.8.1

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