Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreCreation::get_content()publicWC 1.0

Content.

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

Хуков нет.

Возвращает

Строку.

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

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

Код StoreCreation::get_content() WC 9.5.1

public function get_content() {
	return '';
}