Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

TourInAppMarketplace::get_titlepublicWC 1.0

Title.

Method of the class: TourInAppMarketplace{}

No Hooks.

Returns

String.

Usage

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

TourInAppMarketplace::get_title() code WC 10.4.3

public function get_title() {
	return __(
		'Discover ways of extending your store with a tour of the Woo Marketplace',
		'woocommerce'
	);
}