GC_Debug_Data::check_for_updates()
最后更新于:2021-11-27 13:50:26
GC_Debug_Data::check_for_updates()
Calls all core functions to check for updates.
源文件
文件: gc-admin/includes/class-gc-debug-data.php
static function check_for_updates() {
gc_version_check();
gc_update_plugins();
gc_update_themes();
}