Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

ProductVariationTemplate::get_descriptionpublicWC 1.0

Get the template description.

Method of the class: ProductVariationTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ProductVariationTemplate::get_description() code WC 9.9.3

public function get_description(): string {
	return __( 'Template for the product variation form', 'woocommerce' );
}