Automattic\WooCommerce\EmailEditor\Engine

Theme_Controller::__constructpublicWC 1.0

Theme_Controller constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Theme_Controller::__construct() WC 10.0.2

public function __construct() {
	$this->core_theme = WP_Theme_JSON_Resolver::get_core_data();
	$this->base_theme = new WP_Theme_JSON( (array) json_decode( (string) file_get_contents( __DIR__ . '/theme.json' ), true ), 'default' );
	$this->user_theme = new User_Theme();
}