WP_Theme_JSON::get_raw_data()publicWP 5.8.0

Returns the raw data.

Method of the class: WP_Theme_JSON{}

No Hooks.

Return

Array. Raw data.

Usage

$WP_Theme_JSON = new WP_Theme_JSON();
$WP_Theme_JSON->get_raw_data();

Changelog

Since 5.8.0 Introduced.

WP_Theme_JSON::get_raw_data() code WP 6.5.2

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