Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::get_time
Time.
Метод класса: StoreCreation{}
Хуков нет.
Возвращает
Строку.
Использование
$StoreCreation = new StoreCreation(); $StoreCreation->get_time();
Код StoreCreation::get_time() StoreCreation::get time WC 10.4.0
public function get_time() {
return '';
}