Title: Disable Updates for WordPress Core, Plugins and Themes
Author: Johan van der Wijk
Published: <strong>21.08.2011</strong>
Last modified: 20.05.2026

---

Поиск плагинов

![](https://ps.w.org/disable-updates/assets/icon.svg?rev=2944245)

# Disable Updates for WordPress Core, Plugins and Themes

 Автор: [Johan van der Wijk](https://profiles.wordpress.org/vanderwijk/)

[Скачать](https://downloads.wordpress.org/plugin/disable-updates.1.4.3.zip)

 * [Детали](https://ru.wordpress.org/plugins/disable-updates/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/disable-updates/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/disable-updates/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/disable-updates/#developers)

 [Поддержка](https://wordpress.org/support/plugin/disable-updates/)

## Описание

Этот плагин отключает все обновления WordPress (ядра, плагинов и тем). Это может
быть полезно, если у Вас есть несколько окружений, например, живой и промежуточный
сервер, и Вы не хотите, чтобы Ваши пользователи использовали функцию обновления.

This plugin not only disables the update mechanism for the core, plugins and themes,
but it also removes the update menu item from the left navigation menu in the admin
dashboard.

## Скриншоты

 * [[
 * WordPress dashboard before activating the plugin.
 * [[
 * После активации плагина все уведомления об обновлениях отключаются.

## Установка

 1. Скачайте .zip файл и загрузите неархивированную папку в `/wp-content/plugins/` 
    каталог
 2. Активируйте плагин на странице «Плагины» в панели управления WordPress.

## Часто задаваемые вопросы

### Я не уверен, что делает этот плагин, должен ли я его использовать?

Нет, поддерживать WordPress в актуальном состоянии очень важно по соображениям безопасности.
Отключать обновления WordPress следует только в том случае, если Вы поддерживаете
свою систему в актуальном состоянии с помощью другого механизма, например, сервера
staging или svn.

### Где я могу отправить запрос на добавление функции или отчет об ошибке?

Да, пожалуйста, используйте [форум поддержки](https://wordpress.org/support/plugin/disable-updates/),
чтобы сообщить о любых возникших проблемах. Вы можете вносить предложения по коду
в [репозиторий GitHub](https://github.com/vanderwijk/disable-updates).

## Отзывы

![](https://secure.gravatar.com/avatar/049aaa576d0edc825d2d0422aef429c387660e5699a96d5cf2e16e5d35a26c36?
s=60&d=retro&r=g)

### 󠀁[No options to choose](https://wordpress.org/support/topic/no-options-to-choose/)󠁿

 [santoshsth1](https://profiles.wordpress.org/santoshsth1/) 15.12.2024

This plugin does what is says but it doesn’t give any choosing option at all. I 
don’t want to disable updates for all plugins. Found this plugin which provides 
more flexibility disabling core, updates, and as well gives options to choose for
blocking specific plugin updates.https://wordpress.org/plugins/disable-email-notification-
for-auto-updates/

![](https://secure.gravatar.com/avatar/1332b11a7e7f07baa9e1087a557923d97113986591684a466907e00581220974?
s=60&d=retro&r=g)

### 󠀁[nice!](https://wordpress.org/support/topic/nice-4672/)󠁿

 [bestwebmasternet](https://profiles.wordpress.org/bestwebmasternet/) 26.09.2023

simple for good practices_)

![](https://secure.gravatar.com/avatar/1ce499424fbe0deacb1f6f4dda0fadc9ca4d5cf38862b72c0e46355ef5796834?
s=60&d=retro&r=g)

### 󠀁[Fantastic](https://wordpress.org/support/topic/fantastic-3218/)󠁿

 [francisca34578](https://profiles.wordpress.org/francisca34578/) 30.08.2023

This is absolutely fantastic, whoever made this deserves to be paid!!

![](https://secure.gravatar.com/avatar/b3e674fef6a85c140984129362366b2a12e3fe7e290bd4c505d63e88d9f1e155?
s=60&d=retro&r=g)

### 󠀁[Amazing](https://wordpress.org/support/topic/amazing-2942/)󠁿

 [waqassaleem378](https://profiles.wordpress.org/waqas7431/) 14.01.2021

Just wondering why this Dimond doesn’t have even a single review. Love it 🙂

 [ Посмотреть все 3 отзыва ](https://wordpress.org/support/plugin/disable-updates/reviews/)

## Участники и разработчики

«Disable Updates for WordPress Core, Plugins and Themes» — проект с открытым исходным
кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

 *   [ Johan van der Wijk ](https://profiles.wordpress.org/vanderwijk/)

«Disable Updates for WordPress Core, Plugins and Themes» переведён на 19 языков.
Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/disable-updates/contributors)
за их работу.

[Перевести «Disable Updates for WordPress Core, Plugins and Themes» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/disable-updates)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/disable-updates/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/disable-updates/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/disable-updates/) 
по [RSS](https://plugins.trac.wordpress.org/log/disable-updates/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.4.3

WP 7.0 compatibility tested

#### 1.4.2

WP 6.9 compatibility tested

#### 1.4.1

WP 6.8 compatibility tested

#### 1.4.0

WP 6.7 compatibility tested

#### 1.3.9

Проверена совместимость с WordPress 6.6

#### 1.3.8

Проверена совместимость с WordPress 6.5

#### 1.3.7

Проверена совместимость с WordPress 6.4

#### 1.3.6

Using `add_filter ( 'pre_site_transient_update_core', '__return_null' );` slowed
down the admin dashboard because it invalidated the transient. Added `du_last_checked`
function to fake last update check which tricks WordPress into thinking the check
has happened and nothing needs to be updated.

#### 1.3.5

Изменена минимальная версия WordPress на 4.6

#### 1.3.4

Исправлены имена файлов перевода

#### 1.3.2

Отключить проверку работоспособности обновлений

#### 1.3.0

Добавлена ​​поддержка перевода.

#### 1.2.9

Проверена совместимость с WordPress 6.3

#### 1.2.5

Проверена совместимость с WordPress 5.8

#### 1.2

Исправления совместимости с PHP 7.2.

#### 1.1

Добавлен фильтр `automatic_updater_disabled`.

#### 1.0

Первый релиз

## Мета

 *  Версия **1.4.3**
 *  Обновление: **2 недели назад**
 *  Активных установок: **10 000+**
 *  Версия WordPress ** 4.6 или выше **
 *  Совместим вплоть до: **7.0**
 *  Версия PHP ** 5.6 или выше **
 *  Языки
 * [Croatian](https://hr.wordpress.org/plugins/disable-updates/), [Danish](https://da.wordpress.org/plugins/disable-updates/),
   [Dutch](https://nl.wordpress.org/plugins/disable-updates/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/disable-updates/),
   [English (UK)](https://en-gb.wordpress.org/plugins/disable-updates/), [English (US)](https://wordpress.org/plugins/disable-updates/),
   [French (France)](https://fr.wordpress.org/plugins/disable-updates/), [Galician](https://gl.wordpress.org/plugins/disable-updates/),
   [German](https://de.wordpress.org/plugins/disable-updates/), [Italian](https://it.wordpress.org/plugins/disable-updates/),
   [Japanese](https://ja.wordpress.org/plugins/disable-updates/), [Korean](https://ko.wordpress.org/plugins/disable-updates/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/disable-updates/), [Romanian](https://ro.wordpress.org/plugins/disable-updates/),
   [Russian](https://ru.wordpress.org/plugins/disable-updates/), [Slovak](https://sk.wordpress.org/plugins/disable-updates/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/disable-updates/), [Spanish (Spain)](https://es.wordpress.org/plugins/disable-updates/),
   [Swedish](https://sv.wordpress.org/plugins/disable-updates/) и [Ukrainian](https://uk.wordpress.org/plugins/disable-updates/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/disable-updates)
 * Метки:
 * [core update](https://ru.wordpress.org/plugins/tags/core-update/)[disable updates](https://ru.wordpress.org/plugins/tags/disable-updates/)
   [plugin update](https://ru.wordpress.org/plugins/tags/plugin-update/)[theme update](https://ru.wordpress.org/plugins/tags/theme-update/)
   [updates](https://ru.wordpress.org/plugins/tags/updates/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/disable-updates/advanced/)

## Оценки

 4.8 из 5 звёзд.

 *  [  3 5-звездный отзыв     ](https://wordpress.org/support/plugin/disable-updates/reviews/?filter=5)
 *  [  1 4-звездный отзыв     ](https://wordpress.org/support/plugin/disable-updates/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/disable-updates/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/disable-updates/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/disable-updates/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/disable-updates/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/disable-updates/reviews/)

## Участники

 *   [ Johan van der Wijk ](https://profiles.wordpress.org/vanderwijk/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/disable-updates/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://www.paypal.me/vanderwijk)