Gets theme data from cache.
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.
Advertisement
WP_Theme::errors
Returns errors property.
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::offsetSet
Method to implement ArrayAccess for keys formerly returned by get_themes()
Advertisement
WP_Theme::offsetUnset
Method to implement ArrayAccess for keys formerly returned by get_themes()
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.
Advertisement
WP_Theme::__construct
Constructor for WP_Theme.
WP_Theme
WP_Theme Class
WP_Object_Cache::_exists
Serves as a utility function to determine whether a key exists in the cache.