Gets a theme header, formatted and translated for display.
WP_Theme::get
Get a raw, unformatted theme header.
WP_Theme::cache_delete
Clears the cache for the theme.
WP_Theme::cache_get
Gets theme data from cache.
Advertisement
WP_Theme::cache_add
Adds theme data to cache.
WP_Theme::parent
Returns reference to the parent theme.
WP_Theme::exists
Whether the theme exists.
WP_Theme::errors
Returns errors property.
Advertisement
WP_Theme::offsetGet
Method to implement ArrayAccess for keys formerly returned by get_themes().
WP_Theme::offsetExists
Method to implement ArrayAccess for keys formerly returned by get_themes()
WP_Theme::offsetUnset
Method to implement ArrayAccess for keys formerly returned by get_themes()
WP_Theme::offsetSet
Method to implement ArrayAccess for keys formerly returned by get_themes()
Advertisement
WP_Theme::__get
__get() magic method for properties formerly returned by current_theme_info()
WP_Theme::__isset
__isset() magic method for properties formerly returned by current_theme_info()
WP_Theme::__toString
When converting the object to a string, the theme name is returned.