Theme
ObjectA theme object
Fields
The description of the theme. This field is equivalent to WP_Theme->get( "Description" ).
The globally unique identifier of the theme object.
Whether the object is restricted from the current viewer
Display name of the theme. This field is equivalent to WP_Theme->get( "Name" ).
The URL of the screenshot for the theme. The screenshot is intended to give an overview of what the theme looks like. This field is equivalent to WP_Theme->get_screenshot().
The theme slug is used to internally match themes. Theme slugs can have subdirectories like: my-theme/sub-theme. This field is equivalent to WP_Theme->get_stylesheet().
A URI if the theme has a website associated with it. The Theme URI is handy for directing users to a theme site for support etc. This field is equivalent to WP_Theme->get( "ThemeURI" ).
The current version of the theme. This field is equivalent to WP_Theme->get( "Version" ).