Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

ExtendStore::get_title()publicWC 1.0

Title.

Method of the class: ExtendStore{}

No Hooks.

Return

String.

Usage

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

ExtendStore::get_title() code WC 9.7.1

public function get_title() {
	return __( 'Enhance your store with extensions', 'woocommerce' );
}