wp-admin/includes/class-wp-ms-themes-list-table.php: WP_MS_Themes_List_Table::column_autoupdates() | Handles the auto-updates column output. |
wp-admin/includes/class-wp-debug-data.php: WP_Debug_Data::debug_data() | Static function for generating site debug data when required. |
wp-admin/includes/misc.php: wp_check_php_version() | Checks if the user needs to update PHP. |
wp-admin/includes/class-wp-plugin-install-list-table.php: WP_Plugin_Install_List_Table::get_installed_plugins() | Return the list of known plugins. |
wp-admin/includes/class-wp-community-events.php: WP_Community_Events::get_cached_events() | Gets cached events. |
wp-admin/includes/ajax-actions.php: wp_ajax_update_theme() | Ajax handler for updating a theme. |
wp-admin/includes/translation-install.php: wp_get_available_translations() | Get available translations from the WordPress.org API. |
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::run() | Kicks off the background update process, looping through all pending updates. |
wp-admin/includes/class-theme-upgrader.php: Theme_Upgrader::upgrade() | Upgrade a theme. |
wp-admin/includes/class-theme-upgrader.php: Theme_Upgrader::bulk_upgrade() | Upgrade several themes at once. |
wp-admin/includes/class-plugin-upgrader.php: Plugin_Upgrader::bulk_upgrade() | Bulk upgrade several plugins at once. |
wp-admin/includes/class-plugin-upgrader.php: Plugin_Upgrader::upgrade() | Upgrade a plugin. |
wp-admin/includes/theme.php: wp_prepare_themes_for_js() | Prepare themes for JavaScript. |
wp-admin/includes/theme.php: get_theme_update_available() | Retrieve the update link if there is a theme update available. |
wp-admin/includes/theme.php: get_theme_feature_list() | Retrieve list of WordPress theme features (aka theme tags). |
wp-admin/includes/class-wp-plugins-list-table.php: WP_Plugins_List_Table::single_row() | |
wp-admin/includes/class-wp-plugins-list-table.php: WP_Plugins_List_Table::prepare_items() | |
wp-admin/includes/class-wp-ms-themes-list-table.php: WP_MS_Themes_List_Table::prepare_items() | |
wp-admin/includes/update.php: get_core_updates() | Gets available core updates. |
wp-admin/includes/update.php: find_core_auto_update() | Gets the best available (and enabled) Auto-Update for WordPress core. |
wp-admin/includes/update.php: find_core_update() | Finds the available update for WordPress core. |
wp-admin/includes/update.php: get_plugin_updates() | |
wp-admin/includes/update.php: wp_plugin_update_rows() | |
wp-admin/includes/update.php: wp_plugin_update_row() | Displays update information for a plugin. |
wp-admin/includes/update.php: get_theme_updates() | |
wp-admin/includes/update.php: wp_theme_update_rows() | |
wp-admin/includes/update.php: wp_theme_update_row() | Displays update information for a theme. |
wp-admin/includes/plugin-install.php: install_popular_tags() | Retrieve popular WordPress plugin tags. |
wp-admin/includes/plugin-install.php: install_plugin_install_status() | Determine the status we can perform on a plugin. |
wp-admin/includes/dashboard.php: wp_check_browser_version() | Checks if the user needs a browser update. |
wp-admin/includes/plugin.php: delete_plugins() | Remove directory and files of a plugin for a list of plugins. |
wp-admin/includes/import.php: wp_get_popular_importers() | Returns a list from WordPress.org of popular importer plugins. |
wp-admin/includes/credits.php: wp_credits() | Retrieve the contributor credits. |
wp-includes/theme.php: get_theme_roots() | Retrieves theme roots. |
wp-includes/theme.php: search_theme_directories() | Searches all registered theme directories for complete and valid themes. |
wp-includes/update.php: _maybe_update_plugins() | Check the last time plugins were run before checking plugin versions. |
wp-includes/update.php: _maybe_update_themes() | Check themes versions only after a duration of time. |
wp-includes/update.php: wp_version_check() | Check WordPress version against the newest version. |
wp-includes/update.php: wp_update_plugins() | Checks for available updates to plugins based on the latest versions hosted on WordPress.org. |
wp-includes/update.php: wp_update_themes() | Checks for available updates to themes based on the latest versions hosted on WordPress.org. |
wp-includes/update.php: wp_get_translation_updates() | Retrieves a list of all language updates available. |
wp-includes/update.php: wp_get_update_data() | Collect counts and UI strings for available updates |
wp-includes/update.php: _maybe_update_core() | Determines whether core should be updated. |