Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_layout_template_id()
Get the layout template ID.
Method of the class: ProductTemplate{}
No Hooks.
Return
String
. The layout template ID.
Usage
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_layout_template_id();
ProductTemplate::get_layout_template_id() ProductTemplate::get layout template id code WC 9.7.1
public function get_layout_template_id() { return $this->layout_template_id; }