WP_Theme_JSON_Data::get_theme_jsonpublicWP 6.6.0

Returns theme JSON object.

Method of the class: WP_Theme_JSON_Data{}

No Hooks.

Returns

WP_Theme_JSON. The theme JSON structure stored in this data object.

Usage

$WP_Theme_JSON_Data = new WP_Theme_JSON_Data();
$WP_Theme_JSON_Data->get_theme_json();

Changelog

Since 6.6.0 Introduced.

WP_Theme_JSON_Data::get_theme_json() code WP 7.0

public function get_theme_json() {
	return $this->theme_json;
}