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