From b0882e5cbc73d23e10aa2a794c04e9647753db01 Mon Sep 17 00:00:00 2001 From: slobich Date: Wed, 29 Jan 2014 11:14:59 +0100 Subject: [PATCH] Disable all types of automatic updates --- wp-config.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wp-config.php b/wp-config.php index 3ead0e5..15d3485 100644 --- a/wp-config.php +++ b/wp-config.php @@ -59,6 +59,13 @@ /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); +/** +* Disable all types of automatic updates +* @link http://codex.wordpress.org/Configuring_Automatic_Background_Updates#All_Updates +*/ + +define( 'AUTOMATIC_UPDATER_DISABLED', true ); + /**#@+ * Authentication Unique Keys and Salts. *