Automattic\WooCommerce\Blocks\Templates
ProductTagTemplate::get_template_description
Returns the description of the template.
Метод класса: ProductTagTemplate{}
Хуков нет.
Возвращает
Строку.
Использование
$ProductTagTemplate = new ProductTagTemplate(); $ProductTagTemplate->get_template_description();
Код 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' );
}