Automattic\WooCommerce\Blocks\Templates

ProductAttributeTemplate::__construct()publicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

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

Код ProductAttributeTemplate::__construct() WC 8.7.0

public function __construct() {
	$this->init();
}