Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::get_content()
Content.
Method of the class: LaunchYourStore{}
No Hooks.
Return
String
.
Usage
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->get_content();
LaunchYourStore::get_content() LaunchYourStore::get content code WC 9.7.1
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' ); }