File: wp-admin/includes/theme.php
-
hookdelete_theme
Fires immediately before a theme deletion attempt.
-
hookdeleted_theme
Fires immediately after a theme deletion attempt.
-
functionwp_get_theme_error()
Gets the error that was recorded for a paused theme.
-
functionresume_theme()
Tries to resume a single theme.
-
functionpaused_themes_notice()
Renders an admin notice in case some themes have been paused due to errors.
-
functionis_theme_paused()
Determines whether a theme is technically active but was paused while loading.
-
Filters theme data before it is prepared for JavaScript.
-
Prints JS templates for the theme-browsing UI in the Customizer.
-
Filters the themes prepared for JavaScript, for themes.php.
-
functionwp_prepare_themes_for_js()
Prepares themes for JavaScript.
-
functiondelete_theme()
Removes a theme.
-
functionget_page_templates()
Gets the page templates available in this theme.
-
function_get_template_edit_filename()
Tidies a filename for url display by the theme file editor.
-
functiontheme_update_available()
Check if there is an update for a theme available.
-
functionget_theme_update_available()
Retrieves the update link if there is a theme update available.
-
functionget_theme_feature_list()
Retrieves list of WordPress theme features (aka theme tags).
-
functionthemes_api()
Retrieves theme installer pages from the WordPress.org Themes API.
-
hookthemes_api_args
Filters arguments used to query for installer pages from the WordPress.org Themes API.
-
hookthemes_api
Filters whether to override the WordPress.org Themes API.
-
Filters the returned WordPress.org Themes API response.