Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates
ProductVariationTemplate::get_id()
Get the template ID.
Метод класса: ProductVariationTemplate{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ProductVariationTemplate = new ProductVariationTemplate(); $ProductVariationTemplate->get_id(): string;
Код ProductVariationTemplate::get_id() ProductVariationTemplate::get id WC 9.3.3
public function get_id(): string { return 'product-variation'; }