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