Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_layout_template_id
Get the layout template ID.
Метод класса: ProductTemplate{}
Хуков нет.
Возвращает
Строку. The layout template ID.
Использование
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_layout_template_id();
Код ProductTemplate::get_layout_template_id() ProductTemplate::get layout template id WC 10.9.4
public function get_layout_template_id() {
return $this->layout_template_id;
}