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