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