Skip to content

Commit

Permalink
Disable all types of automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
slobich committed Jan 29, 2014
1 parent 7746270 commit b0882e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b0882e5

Please sign in to comment.