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