Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_layout_template_id()publicWC 1.0

Get the layout template ID.

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

Хуков нет.

Возвращает

Строку. The layout template ID.

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

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

Код ProductTemplate::get_layout_template_id() WC 9.7.1

public function get_layout_template_id() {
	return $this->layout_template_id;
}