Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_description
Get the template description.
Method of the class: ProductTemplate{}
No Hooks.
Returns
String. The description.
Usage
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_description();
ProductTemplate::get_description() ProductTemplate::get description code WC 10.6.2
public function get_description() {
return $this->description;
}