Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_layout_template_idpublicWC 1.0

Get the layout template ID.

Method of the class: ProductTemplate{}

No Hooks.

Returns

String|null.

Usage

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

ProductTemplate::get_layout_template_id() code WC 11.0.1

public function get_layout_template_id() {
	self::maybe_log_removal_warning();

	return null;
}