wordpress / latest / classes / wp_theme_json / get_raw_data.html

WP_Theme_JSON::get_raw_data(): array

Returns the raw data.

Return

array Raw data.

Source

File: wp-includes/class-wp-theme-json.php. View all references

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

Changelog

Version Description
5.8.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_theme_json/get_raw_data