Automattic\WooCommerce\EmailEditor\Engine

Theme_Controller::get_settingspublicWC 1.0

Get settings from the theme.

Method of the class: Theme_Controller{}

No Hooks.

Returns

Array.

Usage

$Theme_Controller = new Theme_Controller();
$Theme_Controller->get_settings(): array;

Theme_Controller::get_settings() code WC 10.5.0

public function get_settings(): array {
	return $this->get_theme()->get_settings();
}