Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all…
About Disable Updates for WordPress Core, Plugins and Themes
This plugin prevents WordPress updates, including core, plugins, and themes, from being installed. It also removes the update option from the admin dashboard, making it useful for managing multiple environments and preventing users from accidentally updating.Screenshots


Frequently asked questions
What does this plugin do?
Why would I use this plugin?
What types of updates does it disable?
Changelog
1.4.0
WP 6.7 compatibility tested
1.3.9
WP 6.6 compatibility tested
1.3.8
WP 6.5 compatibility tested
1.3.7
WP 6.4 compatibility tested
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
Changed minimum WordPress version to 4.6
1.3.4
Corrected translation filenames
1.3.2
Disable update health check
1.3.0
Added translation support
1.2.9
WordPress 6.3 compatibility tested
1.2.5
WordPress 5.8 compatibility tested
1.2
PHP 7.2 compatibility update
1.1
Added automatic_updater_disabled filter
1.0
Initial release