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 9.8.4
public function get_title() { return __( 'Launch your store', 'woocommerce' ); }