Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_description()publicWC 1.0

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

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