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