Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_description()publicWC 1.0

Get the template description.

Метод класса: ProductTemplate{}

Хуков нет.

Возвращает

Строку. The description.

Использование

$ProductTemplate = new ProductTemplate();
$ProductTemplate->get_description();

Код ProductTemplate::get_description() WC 9.7.1

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