Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreCreation::get_time()publicWC 1.0

Time.

Метод класса: StoreCreation{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код StoreCreation::get_time() WC 8.7.0

public function get_time() {
	return '';
}