201 results found for “WP_Theme”. Showing results 1 to 25.
-
classWP_Theme
WP_Theme Class
-
methodWP_Theme::get()
Gets a raw, unformatted theme header.
-
classWP_Theme_JSON
Class that encapsulates the processing of structures that adhere to the theme.json spec.
-
methodWP_Theme::__get()
__get() magic method for properties formerly returned by current_theme_info()
-
methodWP_Theme::errors()
Returns errors property.
-
methodWP_Theme::exists()
Determines whether the theme exists.
-
methodWP_Theme::parent()
Returns reference to the parent theme.
-
methodWP_Theme::display()
Gets a theme header, formatted and translated for display.
-
methodWP_Theme::scandir()
Scans a directory for files of a certain extension.
-
methodWP_Theme::__isset()
__isset() magic method for properties formerly returned by current_theme_info()
-
methodWP_Theme::__wakeup()
Perform reinitialization tasks.
-
classWP_Theme_JSON_Data
Class to provide access to update a theme.json structure.
-
methodWP_Theme::cache_add()
Adds theme data to cache.
-
methodWP_Theme::cache_get()
Gets theme data from cache.
-
methodWP_Theme::get_files()
Returns files in the theme’s directory.
-
methodWP_Theme::offsetGet()
-
methodWP_Theme::offsetSet()
-
functionwp_theme_update_row()
Displays update information for a theme.
-
methodWP_Theme::is_allowed()
Determines whether the theme is allowed (multisite only).
-
methodWP_Theme::_name_sort()
Callback function for usort() to naturally sort themes by name.
-
methodWP_Theme::__toString()
When converting the object to a string, the theme name is returned.
-
classWP_Themes_List_Table
Core class used to implement displaying installed themes in a list table.
-
methodWP_Theme_JSON::merge()
Merges new incoming data.
-
classWP_Theme_JSON_Schema
Class that migrates a given theme.json structure to the latest schema.
-
functionwp_theme_update_rows()
Adds a callback to display update information for themes with updates available.