Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
ExtendStore::get_title()
Title.
Метод класса: ExtendStore{}
Хуков нет.
Возвращает
Строку
.
Использование
$ExtendStore = new ExtendStore(); $ExtendStore->get_title();
Код ExtendStore::get_title() ExtendStore::get title WC 9.7.1
public function get_title() { return __( 'Enhance your store with extensions', 'woocommerce' ); }