WP_Theme_JSON::get_raw_data()
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() WP Theme JSON::get raw data code WP 6.4.1
public function get_raw_data() { return $this->theme_json; }