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