WP_Debug_Data::check_for_updates() In this article Table of ContentsSource Related Changelog ↑ Back to top Calls all core functions to check for updates. Source public static function check_for_updates() { wp_version_check(); wp_update_plugins(); wp_update_themes(); } View all references View on Trac View on GitHub Related UsesDescriptionwp_version_check()wp-includes/update.phpChecks WordPress version against the newest version. wp_update_plugins()wp-includes/update.phpChecks for available updates to plugins based on the latest versions hosted on WordPress.org. wp_update_themes()wp-includes/update.phpChecks for available updates to themes based on the latest versions hosted on WordPress.org. Changelog VersionDescription5.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.