Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
ExtendStore::get_title
Title.
Method of the class: ExtendStore{}
No Hooks.
Returns
String.
Usage
$ExtendStore = new ExtendStore(); $ExtendStore->get_title();
ExtendStore::get_title() ExtendStore::get title code WC 10.5.0
public function get_title() {
return __( 'Enhance your store with extensions', 'woocommerce' );
}