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