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