Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_id()publicWC 1.0

Get the template ID.

Method of the class: ProductTemplate{}

No Hooks.

Return

String. The ID.

Usage

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

ProductTemplate::get_id() code WC 9.7.1

public function get_id() {
	return $this->id;
}