Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

SimpleProductTemplate::get_description()publicWC 1.0

Get the template description.

Method of the class: SimpleProductTemplate{}

No Hooks.

Return

null. Nothing (null).

Usage

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

SimpleProductTemplate::get_description() code WC 9.3.3

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