Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates
SimpleProductTemplate::get_description
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() SimpleProductTemplate::get description code WC 10.8.1
public function get_description(): string {
return __( 'Template for the simple product form', 'woocommerce' );
}