Automattic\WooCommerce\Blocks\Templates
ProductCategoryTemplate::get_template_title
Returns the title of the template.
Метод класса: ProductCategoryTemplate{}
Хуков нет.
Возвращает
Строку.
Использование
$ProductCategoryTemplate = new ProductCategoryTemplate(); $ProductCategoryTemplate->get_template_title();
Код ProductCategoryTemplate::get_template_title() ProductCategoryTemplate::get template title WC 11.0.1
public function get_template_title() {
return _x( 'Products by Category', 'Template name', 'woocommerce' );
}