Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

ProductVariationTemplate::__construct()publicWC 1.0

ProductVariationTemplate constructor.

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

Хуков нет.

Возвращает

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

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

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

Код ProductVariationTemplate::__construct() WC 9.7.1

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