WP_Debug_Data::check_for_updates()

In this article

Calls all core functions to check for updates.

Source

public static function check_for_updates() {
	wp_version_check();
	wp_update_plugins();
	wp_update_themes();
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.