Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates
ProductVariationTemplate::get_title
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() ProductVariationTemplate::get title code WC 10.8.1
public function get_title(): string {
return __( 'Product Variation Template', 'woocommerce' );
}