Automattic\WooCommerce\Blocks\Templates
ProductBrandTemplate::get_template_description
Returns the description of the template.
Method of the class: ProductBrandTemplate{}
No Hooks.
Returns
String.
Usage
$ProductBrandTemplate = new ProductBrandTemplate(); $ProductBrandTemplate->get_template_description();
ProductBrandTemplate::get_template_description() ProductBrandTemplate::get template description code WC 10.7.0
public function get_template_description() {
return __( 'Displays products filtered by a brand.', 'woocommerce' );
}