Automattic\WooCommerce\Blocks\Templates

ProductTagTemplate::get_template_titlepublicWC 1.0

Returns the title of the template.

Метод класса: ProductTagTemplate{}

Хуков нет.

Возвращает

Строку.

Использование

$ProductTagTemplate = new ProductTagTemplate();
$ProductTagTemplate->get_template_title();

Код ProductTagTemplate::get_template_title() WC 10.8.1

public function get_template_title() {
	return _x( 'Products by Tag', 'Template name', 'woocommerce' );
}