Title: Ignore Or Disable Plugin Update
Author: JFG Media
Published: <strong>January 20, 2024</strong>
Last modified: December 12, 2025

---

Search plugins

![](https://ps.w.org/ignore-single-update/assets/banner-772x250.jpg?rev=3311933)

![](https://ps.w.org/ignore-single-update/assets/icon-256x256.jpg?rev=3024448)

# Ignore Or Disable Plugin Update

 By [JFG Media](https://profiles.wordpress.org/jfgmedia/)

[Download](https://downloads.wordpress.org/plugin/ignore-single-update.1.7.zip)

[Live Preview](https://twd.wordpress.org/plugins/ignore-single-update/?preview=1)

 * [Details](https://twd.wordpress.org/plugins/ignore-single-update/#description)
 * [Reviews](https://twd.wordpress.org/plugins/ignore-single-update/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/ignore-single-update/#installation)
 * [Development](https://twd.wordpress.org/plugins/ignore-single-update/#developers)

 [Support](https://wordpress.org/support/plugin/ignore-single-update/)

## Description

There are cases where we might not want to update a plugin right away.

 * It can be a major version jump, possibly with edge-case bugs or deprecated features.
 * It can be a minor version jump, which doesn’t always justify a diff to make sure
   custom hooks still work.
 * It can just be because we want to wait a few days, to let other people confirm
   that everything works correctly (or to check that nobody is screaming “broken
   site” in the support forum).

Whatever the reason, it could be helpful to temporarily hide these updates. Unlike
other update management plugins, Ignore Or Disable Plugin Update works on a version-
per-version basis.

Ignore Or Disable Plugin Update adds an “Ignore update” link in the WP Plugins listing
page, and on the WP Updates page.

You will be able to:

 * Ignore a plugin update for a chosen amount of days
 * Ignore a plugin update until the next version
 * Permanently ignore all future updates for any plugin
 * Completely disable all plugin updates
 * Unignore plugin updates at any time by going in the “Plugins”->”Ignored Updates”
   WP menu
 * Control admin notifications
 * [Premium] Automatically delay the apparition of plugin updates
 * [Premium] Integrate WordFence to get security warnings on your installed plugins(
   WordFence plugin and plan not required)
 * [Premium] See warnings from the “Plugins” and “Updates” pages
 * [Premium] Automatically unignore vulnerable versions
 * [Premium] Prevent ignoring vulnerable versions
 * [Premium] Get informed in real time by email

#### Multisite

The free version of the plugin is **not** compatible with multisite. For multisite
compatibility, you will need the Premium Business Plan.

#### Plugin auto-updates

Our plugin will respect your plugin auto-update settings. You won’t be able to ignore
specific plugin versions if auto-updates are activated.

## Screenshots

 * [[
 * The “Ignore update” link on the Plugin listing page
 * [[
 * The “Ignore update” link on the Updates page
 * [[
 * The prompt asking for a number of days
 * [[
 * The “Ignored Updates” management page

## Installation

 1. Visit the Plugins page within your dashboard and select “Add New”
 2. Search for “Ignore Or Disable Plugin Update”
 3. Click “Install”

## FAQ

### Will this plugin slow down my site?

It will have no impact on site speed whatsoever. The plugin only launches for users
that have the ability to update plugins.

## Reviews

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

### 󠀁[Very handy for managing plugin updates](https://wordpress.org/support/topic/very-handy-for-managing-plugin-updates/)󠁿

 [Nic Windley](https://profiles.wordpress.org/nisiwi/) October 1, 2024 1 reply

Managing plugin updates for large complex sites can be a real pain. This makes things
a lot more pleasant. Often we identify bugs and are forced to roll back some plugins
whilst other updates are working fine. The option to prevent an update until the
following release is especially useful, although we can do this in our global WP
management tool (across all sites if needed), it doesn’t yet reflect in the plugin
admin interface of each site. It would be good to see this integrated into WordPress
management tools.

 [ Read all 1 review ](https://wordpress.org/support/plugin/ignore-single-update/reviews/)

## Contributors & Developers

“Ignore Or Disable Plugin Update” is open source software. The following people 
have contributed to this plugin.

Contributors

 *   [ JFG Media ](https://profiles.wordpress.org/jfgmedia/)

“Ignore Or Disable Plugin Update” has been translated into 1 locale. Thank you to
[the translators](https://translate.wordpress.org/projects/wp-plugins/ignore-single-update/contributors)
for their contributions.

[Translate “Ignore Or Disable Plugin Update” into your language.](https://translate.wordpress.org/projects/wp-plugins/ignore-single-update)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ignore-single-update/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ignore-single-update/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ignore-single-update/)
by [RSS](https://plugins.trac.wordpress.org/log/ignore-single-update/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.7

 * Tested up to WordPress 6.9
 * Updated some external libraries to benefit from enhancements and bug fixes
 * Security hardening
 * Renamed some template variables to ensure they can’t be mistaken for global variables
 * Deprecation of the Borderless and WordPress Admin popup themes
 * Since SweetAlert2 is no longer a protestware, we reverted back to it
 * [Premium] Fix: Background color of the warning message when a plugin has a detected
   vulnerability

#### 1.6.1

 * Fix: The “Ignore all future versions” link now properly works again

#### 1.6

 * Updated some external libraries to benefit from enhancements and bug fixes
 * Dropped support for PHP<7.4
 * [Premium] New: When manually ignoring an update, it is now possible to provide
   a reason (e.g., breaking changes, incompatibility, etc.).

#### 1.5

 * Added links to our other plugins in the settings area (free version only)
 * Addition of a few admin notices
 * Added a “Debug” section at the bottom of the “Info” tab

#### 1.4

 * New: It is now possible to completely disable all plugin updates
 * Improvement: Prevent potential double html escaping of translations
 * Improvement: The plugin now prevents ignoring updates for plugin that have autoupdates
   turned on
 * [Premium] Fix: Error when emptying the list of plugins ignored by Autopilot

#### 1.3.7

 * Freemius SDK updated to 2.11.0
 * Fix: replaced an esc_html function by a wp_kses function to allow a `<strong>`
   tag to properly display
 * Change: In order to be able to update it past v11.4.8, the SweetAlert2 script
   was replaced by [SweetAlert2-Neutral](https://github.com/lofcz/sweetalert2-neutral)

#### 1.3.6

 * Freemius SDK updated to 2.10.1 and moved to the /vendor/freemius/ directory for
   compliance with repository standards
 * Fixed a bug when refreshing the list of ignored updates

#### 1.3.5

 * Improved accessibility on the settings page

#### 1.3.4

 * Fix: “Undefined array key” warning in list-tab.php

#### 1.3.3

 * Security hardening
 * Documentation of variables for the translators

#### 1.3

 * Improvement: Refactorization of some parts of the code, to be able to move load_plugin_textdomain
   to the init hook
 * The fix introduced in v1.2 could lead, in some edge cases, to unignoring plugin
   updates. It should not happen anymore.

#### 1.2.4

 * Improvement: Removed an early check on get_site_transient to improve stability
   when WP runs its wp_clean_plugins_cache function after a plugin update

#### 1.2.3

 * Fix: PHP warning when switching back from Premium to Free

#### 1.2.2

 * Tested up to WordPress 6.7
 * Freemius SDK updated to 2.9.0

#### 1.2.1

 * Fix: Regression that was preventing the “Stop Ignoring” buttons from working 
   properly

#### 1.2

 * New: Free 30-day trial of Premium Supporter features
 * Fix: Clean up list of ignored updates when a plugin was removed from the WP repository
 * Improvement: Better escaping of html attributes in accordance to WP coding standards

#### 1.1.7

 * Fix: PHP warning when a plugin had an ignored update, but then the plugin was
   deleted
 * [Premium] Fix: In some edge case, Autopilot would not display the correct update
   type
 * Freemius SDK updated to 2.8.1

#### 1.1.6

 * Fix: The wrong ignored count could be shown when manually updating a plugin via
   FTP
 * Freemius SDK updated to 2.7.4

#### 1.1.5

 * Fix: In some edge case, the list of ignored plugin updates would not display 
   the good ignored plugin version
 * Tested up to WordPress 6.6
 * Minimum PHP version bumped to 7.2
 * Freemius SDK updated to 2.7.3

#### 1.1.3

 * Freemius SDK updated to 2.7.0

#### 1.1.2

 * Improvement: Some strings were rephrased to improve their translatability

#### 1.1.1

 * Fix: Typos in some translatable strings

#### 1.1

 * Fix: some translatable strings that couldn’t be parsed by WP
 * Added JFG Media as author and contributor
 * Tested up to 6.4.2

#### 1.0

 * Initial Release

## Meta

 *  Version **1.7**
 *  Last updated **4 months ago**
 *  Active installations **100+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/ignore-single-update/) and [French (France)](https://fr.wordpress.org/plugins/ignore-single-update/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/ignore-single-update)
 * Tags
 * [disable updates](https://twd.wordpress.org/plugins/tags/disable-updates/)[disable updates manager](https://twd.wordpress.org/plugins/tags/disable-updates-manager/)
   [Plugin Updates](https://twd.wordpress.org/plugins/tags/plugin-updates/)[update control](https://twd.wordpress.org/plugins/tags/update-control/)
   [updates manager](https://twd.wordpress.org/plugins/tags/updates-manager/)
 *  [Advanced View](https://twd.wordpress.org/plugins/ignore-single-update/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/ignore-single-update/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ignore-single-update/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/ignore-single-update/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ignore-single-update/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/ignore-single-update/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ignore-single-update/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ignore-single-update/reviews/)

## Contributors

 *   [ JFG Media ](https://profiles.wordpress.org/jfgmedia/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ignore-single-update/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://jfgmedia.com/ignore-single-update/)