Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

SimpleProductTemplate::get_descriptionpublicWC 1.0

Get the template description.

Method of the class: SimpleProductTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

SimpleProductTemplate::get_description() code WC 10.8.1

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