Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_descriptionpublicWC 1.0

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() code WC 10.6.2

public function get_description() {
	return $this->description;
}