Automattic\WooCommerce\EmailEditor\Engine
Theme_Controller::get_settings
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() Theme Controller::get settings code WC 10.5.0
public function get_settings(): array {
return $this->get_theme()->get_settings();
}