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