[ Index ] |
WordPress Cross Reference |
[Source view] [Print] [Project Stats]
A simple set of functions to check our version 1.0 update service.
File Size: | 624 lines (21 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 4 files wp-admin/includes/plugin.php wp-admin/includes/class-wp-upgrader.php wp-includes/version.php wp-admin/includes/admin.php |
wp_version_check( $extra_stats = array() X-Ref |
Check WordPress version against the newest version. The WordPress version, PHP version, and Locale is sent. Checks against the WordPress server at api.wordpress.org server. Will only check if WordPress isn't installing. param: array $extra_stats Extra statistics to report to the WordPress.org API. param: bool $force_check Whether to bypass the transient cache and force a fresh update check. Defaults to false, true if $extra_stats is set. return: mixed Returns null if update is unsupported. Returns false if check is too soon. |
wp_update_plugins() X-Ref |
Check plugin versions against the latest versions hosted on WordPress.org. The WordPress version, PHP version, and Locale is sent along with a list of all plugins installed. Checks against the WordPress server at api.wordpress.org. Will only check if WordPress isn't installing. return: mixed Returns null if update is unsupported. Returns false if check is too soon. |
wp_update_themes() X-Ref |
Check theme versions against the latest versions hosted on WordPress.org. A list of all themes installed in sent to WP. Checks against the WordPress server at api.wordpress.org. Will only check if WordPress isn't installing. return: mixed Returns null if update is unsupported. Returns false if check is too soon. |
wp_maybe_auto_update() X-Ref |
Performs WordPress automatic background updates. |
wp_get_translation_updates() X-Ref |
Retrieves a list of all language updates available. |
wp_get_update_data() X-Ref |
Collect counts and UI strings for available updates return: array |
_maybe_update_core() X-Ref |
No description |
_maybe_update_plugins() X-Ref |
Check the last time plugins were run before checking plugin versions. This might have been backported to WordPress 2.6.1 for performance reasons. This is used for the wp-admin to check only so often instead of every page load. |
_maybe_update_themes() X-Ref |
Check themes versions only after a duration of time. This is for performance reasons to make sure that on the theme version checker is not run on every page load. |
wp_schedule_update_checks() X-Ref |
Schedule core, theme, and plugin update checks. |
Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |