wp-admin/includes/plugin.php:deactivated_plugins_notice() | Renders an admin notice when a plugin was deactivated during an update. |
wp-admin/includes/ajax-actions.php:wp_ajax_toggle_auto_updates() | Ajax handler to enable or disable plugin and theme auto-updates. |
wp-includes/class-wp-recovery-mode-cookie-service.php:WP_Recovery_Mode_Cookie_Service::recovery_mode_hash() | Gets a form of wp_hash() specific to Recovery Mode. |
wp-includes/ms-functions.php:update_network_option_new_admin_email() | Sends a confirmation request email when a change of network admin email address is attempted. |
wp-includes/class-wp-theme.php:WP_Theme::network_enable_theme() | Enables a theme for all sites on the current network. |
wp-includes/class-wp-theme.php:WP_Theme::network_disable_theme() | Disables a theme for all sites on the current network. |
wp-admin/includes/class-wp-automatic-updater.php:WP_Automatic_Updater::after_core_update() | If we tried to perform a core update, check if we should send an email, and if we need to avoid processing future updates. |
wp-admin/includes/class-wp-automatic-updater.php:WP_Automatic_Updater::send_email() | Sends an email upon the completion or failure of a background core update. |
wp-admin/includes/class-wp-plugins-list-table.php:WP_Plugins_List_Table::prepare_items() | |
wp-includes/capabilities.php:grant_super_admin() | Grants Super Admin privileges. |
wp-includes/capabilities.php:revoke_super_admin() | Revokes Super Admin privileges. |
wp-admin/includes/update.php:dismiss_core_update() | Dismisses core update. |
wp-admin/includes/update.php:undismiss_core_update() | Undismisses core update. |
wp-admin/includes/upgrade.php:upgrade_network() | Executes network-level upgrade routines. |
wp-admin/includes/plugin.php:activate_plugin() | Attempts activation of plugin in a “sandbox” and redirects on success. |
wp-admin/includes/plugin.php:deactivate_plugins() | Deactivates a single plugin or multiple plugins. |
wp-admin/includes/ajax-actions.php:wp_ajax_wp_compression_test() | Ajax handler for compression testing. |
wp-includes/pluggable.php:wp_salt() | Returns a salt to add to hashes. |
wp-includes/option.php:set_site_transient() | Sets/updates the value of a site transient. |
wp-includes/ms-functions.php:welcome_user_msg_filter() | Ensures that the welcome message is not empty. Currently unused. |