Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreCreation::is_completepublicWC 1.0

Task completion.

Method of the class: StoreCreation{}

No Hooks.

Returns

true|false.

Usage

$StoreCreation = new StoreCreation();
$StoreCreation->is_complete();

StoreCreation::is_complete() code WC 10.5.0

public function is_complete() {
	return true;
}