WP_Theme_JSON::get_raw_data
Returns the raw data.
Method of the class: WP_Theme_JSON{}
No Hooks.
Returns
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() WP Theme JSON::get raw data code WP 7.0
public function get_raw_data() {
return $this->theme_json;
}