Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreDetails::get_content()publicWC 1.0

Content.

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

Хуков нет.

Возвращает

Строку.

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

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

Код StoreDetails::get_content() WC 8.7.0

public function get_content() {
	return __(
		'Your store address is required to set the origin country for shipping, currencies, and payment options.',
		'woocommerce'
	);
}