WP_Theme_JSON_Data::get_data(): array
Returns an array containing the underlying data following the theme.json specification.
Contents
Return
array
Source
File: wp-includes/class-wp-theme-json-data.php
.
View all references
public function get_data() {
return $this->theme_json->get_raw_data();
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |