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