Automattic\WooCommerce\EmailEditor\Engine

Settings_Controller::get_themepublicWC 1.0

Returns the theme.

Method of the class: Settings_Controller{}

No Hooks.

Returns

\WP_Theme_JSON.

Usage

$Settings_Controller = new Settings_Controller();
$Settings_Controller->get_theme(): \WP_Theme_JSON;

Settings_Controller::get_theme() code WC 10.6.2

public function get_theme(): \WP_Theme_JSON {
	return $this->theme_controller->get_theme();
}