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