Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

ProductVariationTemplate::__constructpublicWC 1.0

ProductVariationTemplate constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$ProductVariationTemplate = new ProductVariationTemplate();
$ProductVariationTemplate->__construct();

Код ProductVariationTemplate::__construct() WC 10.6.2

public function __construct() {
	$this->add_group_blocks();
	$this->add_general_group_blocks();
	$this->add_inventory_group_blocks();
	$this->add_shipping_group_blocks();
}