Simply disable automatic theme and plugin updates.
| Author: | Jake Spurlock (profile at wordpress.org) |
| WordPress version required: | 3.7 |
| WordPress version tested: | 5.5.5 |
| Plugin version: | 0.1.6 |
| Added to WordPress repository: | 02-06-2020 |
| Last updated: | 06-08-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://github.com/whyisjake/disable-automati... |
| Total downloads: | 2 054 |
| Active installs: | 60+ |
![]() Click to start download |
|
At the core of this plugin, it is simply using the build in filters to disable automatic theme and plugin updates.
add_filter( 'plugins_auto_update_enabled', '__return_false' );
add_filter( 'themes_auto_update_enabled', '__return_false' );
If you are interested in contributing to this plugin, all issues should be addressed on Github. Pull requests welcome.
ChangeLog
