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