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