Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreDetails::get_content()publicWC 1.0

Content.

Method of the class: StoreDetails{}

No Hooks.

Return

String.

Usage

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

StoreDetails::get_content() code 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'
	);
}