Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_idpublicWC 1.0

Get the template ID.

Метод класса: ProductTemplate{}

Хуков нет.

Возвращает

Строку. The ID.

Использование

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

Код ProductTemplate::get_id() WC 10.4.3

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