Automattic\WooCommerce\Blocks\Templates

ProductTagTemplate::get_template_descriptionpublicWC 1.0

Returns the description of the template.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ProductTagTemplate::get_template_description() WC 10.3.6

public function get_template_description() {
	return __( 'Displays products filtered by a tag.', 'woocommerce' );
}