Automattic\WooCommerce\Blocks\Templates
AbstractTemplate::get_template_title()
Should return the title of the template.
Метод класса: AbstractTemplate{}
Хуков нет.
Возвращает
Строку
.
Использование
$AbstractTemplate = new AbstractTemplate(); $AbstractTemplate->get_template_title();
Код AbstractTemplate::get_template_title() AbstractTemplate::get template title WC 9.8.5
abstract public function get_template_title();