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