WP_Debug_Data::check_for_updates
Calls all core functions to check for updates.
Метод класса: WP_Debug_Data{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WP_Debug_Data::check_for_updates();
Список изменений
| С версии 5.2.0 | Введена. |
Код WP_Debug_Data::check_for_updates() WP Debug Data::check for updates WP 7.0
public static function check_for_updates() {
wp_version_check();
wp_update_plugins();
wp_update_themes();
}