Automattic\WooCommerce\Blocks\AI
Configuration::__construct()
Configuration constructor.
Метод класса: Configuration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Configuration = new Configuration(); $Configuration->__construct();
Код Configuration::__construct() Configuration:: construct WC 9.3.3
public function __construct() { if ( ! class_exists( 'Automattic\Jetpack\Connection\Manager' ) || ! class_exists( 'Automattic\Jetpack\Config' ) ) { return; } $this->manager = new Manager( 'woocommerce_blocks' ); $this->config = new Config(); }