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