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