Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::get_title
Title.
Method of the class: LaunchYourStore{}
No Hooks.
Returns
String.
Usage
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->get_title();
LaunchYourStore::get_title() LaunchYourStore::get title code WC 10.6.2
public function get_title() {
return __( 'Launch your store', 'woocommerce' );
}