Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

ProductVariationTemplate::get_title()publicWC 1.0

Get the template title.

Method of the class: ProductVariationTemplate{}

No Hooks.

Return

null. Nothing (null).

Usage

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

ProductVariationTemplate::get_title() code WC 9.3.3

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