Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Shipping::get_content()publicWC 1.0

Content.

Method of the class: Shipping{}

No Hooks.

Return

String.

Usage

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

Shipping::get_content() code WC 8.7.0

public function get_content() {
	return __(
		"Set your store location and where you'll ship to.",
		'woocommerce'
	);
}