Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreDetails::get_content
Content.
Method of the class: StoreDetails{}
No Hooks.
Returns
String.
Usage
$StoreDetails = new StoreDetails(); $StoreDetails->get_content();
StoreDetails::get_content() StoreDetails::get content code WC 10.6.2
public function get_content() {
return __(
'Your store address is required to set the origin country for shipping, currencies, and payment options.',
'woocommerce'
);
}