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