wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/update.php › WordPress File
Functions13
› A simple set of functions to check the WordPress.org Version Update service.
Function | Short description |
---|---|
wp_clean_update_cache | Clears existing update caches for plugins, themes, and core. |
wp_delete_all_temp_backups | Schedules the removal of all contents in the temporary backup directory. |
wp_get_translation_updates | Retrieves a list of all language updates available. |
wp_get_update_data | Collects counts and UI strings for available updates. |
wp_maybe_auto_update | Performs WordPress automatic background updates. |
wp_schedule_update_checks | Schedules core, theme, and plugin update checks. |
wp_update_plugins | Checks for available updates to plugins based on the latest versions hosted on WordPress.org. |
wp_update_themes | Checks for available updates to themes based on the latest versions hosted on WordPress.org. |
wp_version_check | Checks WordPress version against the newest version. |
_maybe_update_core | Determines whether core should be updated. |
_maybe_update_plugins | Checks the last time plugins were run before checking plugin versions. |
_maybe_update_themes | Checks themes versions only after a duration of time. |
_wp_delete_all_temp_backups | Deletes all contents in the temporary backup directory. |