Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates
ProductVariationTemplate::get_description()
Get the template description.
Method of the class: ProductVariationTemplate{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ProductVariationTemplate = new ProductVariationTemplate(); $ProductVariationTemplate->get_description(): string;
ProductVariationTemplate::get_description() ProductVariationTemplate::get description code WC 9.3.3
public function get_description(): string { return __( 'Template for the product variation form', 'woocommerce' ); }