Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Shipping::get_content
Content.
Method of the class: Shipping{}
No Hooks.
Returns
String.
Usage
$Shipping = new Shipping(); $Shipping->get_content();
Shipping::get_content() Shipping::get content code WC 10.6.2
public function get_content() {
return __(
"Set your store location and where you'll ship to.",
'woocommerce'
);
}