Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

ProductVariationTemplate::get_titlepublicWC 1.0

Get the template title.

Method of the class: ProductVariationTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ProductVariationTemplate = new ProductVariationTemplate();
$ProductVariationTemplate->get_title(): string;

ProductVariationTemplate::get_title() code WC 9.9.4

public function get_title(): string {
	return __( 'Product Variation Template', 'woocommerce' );
}