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