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