Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_title()publicWC 1.0

Get the template title.

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

Хуков нет.

Возвращает

Строку. The title.

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

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

Код ProductTemplate::get_title() WC 9.7.1

public function get_title() {
	return $this->title;
}