Automattic\WooCommerce\Blocks\Templates

ProductBrandTemplate::get_template_titlepublicWC 1.0

Returns the title of the template.

Method of the class: ProductBrandTemplate{}

No Hooks.

Returns

String.

Usage

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

ProductBrandTemplate::get_template_title() code WC 10.7.0

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