Returns theme JSON object.
Source
public function get_theme_json() {
return $this->theme_json;
}
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
CARVIEW |
Returns theme JSON object.
public function get_theme_json() {
return $this->theme_json;
}
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.