Automattic\WooCommerce\Admin\Features\OnboardingTasks

DeprecatedExtendedTask::get_time()publicWC 1.0

Time

Method of the class: DeprecatedExtendedTask{}

No Hooks.

Return

String|null.

Usage

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

DeprecatedExtendedTask::get_time() code WC 8.7.0

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