Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::is_complete()
Task completion.
Method of the class: StoreCreation{}
No Hooks.
Return
true|false
.
Usage
$StoreCreation = new StoreCreation(); $StoreCreation->is_complete();
StoreCreation::is_complete() StoreCreation::is complete code WC 9.8.1
public function is_complete() { return true; }