Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
ExtendStore::is_dismissable
Always dismissable.
Method of the class: ExtendStore{}
No Hooks.
Returns
true|false.
Usage
$ExtendStore = new ExtendStore(); $ExtendStore->is_dismissable();
ExtendStore::is_dismissable() ExtendStore::is dismissable code WC 10.4.3
public function is_dismissable() {
return false;
}