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