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