WP_Debug_Data::check_for_updates()
Calls all core functions to check for updates.
Contents
Source
File: wp-admin/includes/class-wp-debug-data.php
public static function check_for_updates() { wp_version_check(); wp_update_plugins(); wp_update_themes(); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |