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