Automattic\WooCommerce\Blocks\Templates
ProductAttributeTemplate::__construct()
Constructor.
Метод класса: ProductAttributeTemplate{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ProductAttributeTemplate = new ProductAttributeTemplate(); $ProductAttributeTemplate->__construct();
Код ProductAttributeTemplate::__construct() ProductAttributeTemplate:: construct WC 7.7.2
public function __construct() { $this->init(); }