W3cubDocs

/WordPress

WP_Theme_JSON_Data::get_theme_json(): WP_Theme_JSON

Returns theme JSON object.

Return

WP_Theme_JSON The theme JSON structure stored in this data object.

Source

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

Changelog

Version Description
6.6.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_theme_json_data/get_theme_json