Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::get_content
Content.
Method of the class: LaunchYourStore{}
No Hooks.
Returns
String.
Usage
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->get_content();
LaunchYourStore::get_content() LaunchYourStore::get content code WC 10.3.6
public function get_content() {
return __(
"It's time to celebrate – you're ready to launch your store! Woo! Hit the button to preview your store and make it public.",
'woocommerce'
);
}