File: wp-includes/update.php
-
functionwp_delete_all_temp_backups()
Schedules the removal of all contents in the temporary backup directory.
-
function_wp_delete_all_temp_backups()
Deletes all contents in the temporary backup directory.
-
Filters the update response for a given theme hostname.
-
Filters the update response for a given plugin hostname.
-
Filters the query arguments sent as part of the core version check.
-
functionwp_clean_update_cache()
Clears existing update caches for plugins, themes, and core.
-
Fires during wp_cron, starting the auto-update process.
-
function_maybe_update_plugins()
Checks the last time plugins were run before checking plugin versions.
-
function_maybe_update_themes()
Checks themes versions only after a duration of time.
-
functionwp_schedule_update_checks()
Schedules core, theme, and plugin update checks.
-
functionwp_version_check()
Checks WordPress version against the newest version.
-
Filters the locale requested for WordPress core translations.
-
functionwp_update_plugins()
Checks for available updates to plugins based on the latest versions hosted on WordPress.org.
-
Filters the locales requested for plugin translations.
-
functionwp_update_themes()
Checks for available updates to themes based on the latest versions hosted on WordPress.org.
-
Filters the locales requested for theme translations.
-
functionwp_maybe_auto_update()
Performs WordPress automatic background updates.
-
functionwp_get_translation_updates()
Retrieves a list of all language updates available.
-
functionwp_get_update_data()
Collects counts and UI strings for available updates.
-
Filters the returned array of update data for plugins, themes, and WordPress core.
-
function_maybe_update_core()
Determines whether core should be updated.