Automattic\WooCommerce\Admin\Features\OnboardingTasks

DeprecatedExtendedTask::get_timepublicWC 1.0

Time

Method of the class: DeprecatedExtendedTask{}

No Hooks.

Returns

String|null.

Usage

$DeprecatedExtendedTask = new DeprecatedExtendedTask();
$DeprecatedExtendedTask->get_time();

DeprecatedExtendedTask::get_time() code WC 10.3.6

public function get_time() {
	return $this->time;
}