Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::get_id
ID.
Method of the class: StoreCreation{}
No Hooks.
Returns
String.
Usage
$StoreCreation = new StoreCreation(); $StoreCreation->get_id();
StoreCreation::get_id() StoreCreation::get id code WC 10.8.1
public function get_id() {
return 'store_creation';
}