Disable Automatic Theme & Plugin Updates

Disable Automatic Theme & Plugin Updates Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,328 downloads
Disable Automatic Theme & Plugin Updates Icon

Try plugin: Disable Automatic Theme & Plugin Updates

We'll create fresh WordPress site with Disable Automatic Theme & Plugin Updates installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Disable Automatic Theme & Plugin Updates

Simply disable automatic theme and plugin updates.

0


0


0


0


0

updated: 3 years ago
since: 4 years ago
author: Jake Spurlock

Description

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.