wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/update.php › WordPress File
Funktionen11
› A simple set of functions to check our version 1.0 update service.
Funktion | Kurzbeschreibung |
---|---|
wp_clean_update_cache | Clear existing update caches for plugins, themes, and core. |
wp_get_translation_updates | Retrieves a list of all language updates available. |
wp_get_update_data | Collect counts and UI strings for available updates |
wp_maybe_auto_update | Performs WordPress automatic background updates. |
wp_schedule_update_checks | Schedule core, theme, and plugin update checks. |
wp_update_plugins | Check plugin versions against the latest versions hosted on WordPress.org. |
wp_update_themes | Check theme versions against the latest versions hosted on WordPress.org. |
wp_version_check | Check WordPress version against the newest version. |
_maybe_update_core | Determines whether core should be updated. |
_maybe_update_plugins | Check the last time plugins were run before checking plugin versions. |
_maybe_update_themes | Check themes versions only after a duration of time. |