Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::can_view
Task visibility.
Method of the class: LaunchYourStore{}
No Hooks.
Returns
true|false.
Usage
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->can_view();
LaunchYourStore::can_view() LaunchYourStore::can view code WC 10.8.1
public function can_view() {
return Features::is_enabled( 'launch-your-store' );
}