Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

ExtendStore::is_dismissablepublicWC 1.0

Always dismissable.

Method of the class: ExtendStore{}

No Hooks.

Returns

true|false.

Usage

$ExtendStore = new ExtendStore();
$ExtendStore->is_dismissable();

ExtendStore::is_dismissable() code WC 10.4.3

public function is_dismissable() {
	return false;
}