Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::get_time
Time.
Method of the class: LaunchYourStore{}
No Hooks.
Returns
String.
Usage
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->get_time();
LaunchYourStore::get_time() LaunchYourStore::get time code WC 10.9.1
public function get_time() {
return '';
}