Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

LaunchYourStore::get_title()publicWC 1.0

Title.

Method of the class: LaunchYourStore{}

No Hooks.

Returns

String.

Usage

$LaunchYourStore = new LaunchYourStore();
$LaunchYourStore->get_title();

LaunchYourStore::get_title() code WC 9.8.4

public function get_title() {
	return __( 'Launch your store', 'woocommerce' );
}