New and updated in 2.8.0
-
functionscreen_options()
Returns the screen’s per-page options.
-
functioncodepress_get_lang()
Determines the language to use for CodePress syntax highlighting.
-
functioncodepress_footer_js()
Adds JavaScript required to make CodePress work on the theme/plugin file editors.
-
functionuse_codepress()
Determine whether to use CodePress.
-
functioninstall_themes_dashboard()
Displays tags filter for themes.
-
functioninstall_themes_upload()
Displays a form to upload themes from zip files.
-
functiondisplay_themes()
Displays theme content based on theme list.
-
functioninstall_theme_information()
Displays theme information in dialog box form.
-
functioninstall_themes_feature_list()
Retrieves the list of WordPress theme features (aka theme tags).
-
functioninstall_theme_search_form()
Displays search form for searching themes.
-
classTheme_Upgrader_Skin
Theme Upgrader Skin for WordPress Theme Upgrades.
-
Constructor.
-
Performs an action following a single theme update.
Used by 0 functions | Uses 10 functions | Source: wp-admin/includes/class-theme-upgrader-skin.php:58 -
Filters the list of action links available following a single theme update.
-
Constructor.
Used by 0 functions | Uses 2 functions | Source: wp-admin/includes/class-theme-installer-skin.php:35 -
Performs an action before installing a theme.
Used by 0 functions | Uses 0 functions | Source: wp-admin/includes/class-theme-installer-skin.php:59 -
Performs an action following a single theme install.
Used by 0 functions | Uses 11 functions | Source: wp-admin/includes/class-theme-installer-skin.php:94 -
Filters the list of action links available following a single theme installation.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-theme-installer-skin.php:190 -
Plugin Installer Skin for WordPress Plugin Installer.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-plugin-installer-skin.php:18 -
Constructor.
Used by 0 functions | Uses 2 functions | Source: wp-admin/includes/class-plugin-installer-skin.php:35 -
Performs an action before installing a plugin.
Used by 0 functions | Uses 0 functions | Source: wp-admin/includes/class-plugin-installer-skin.php:59 -
Performs an action following a plugin install.
Used by 0 functions | Uses 10 functions | Source: wp-admin/includes/class-plugin-installer-skin.php:94 -
classTheme_Installer_Skin
Theme Installer Skin for the WordPress Theme Installer.
-
Displays a message about the update.
-
Performs an action before an update.
-
Performs an action following an update.
-
classPlugin_Upgrader_Skin
Plugin Upgrader Skin for WordPress Plugin Upgrades.
-
Constructor.
Used by 0 functions | Uses 4 functions | Source: wp-admin/includes/class-plugin-upgrader-skin.php:57 -
Performs an action following a single plugin update.
Used by 0 functions | Uses 5 functions | Source: wp-admin/includes/class-plugin-upgrader-skin.php:79 -
classWP_Upgrader_Skin
Generic Skin for the WordPress Upgrader classes. This skin is designed to be extended for specific purposes.