Skip to content

Instantly share code, notes, and snippets.

@pedrofelipe
Created December 10, 2013 22:57
Show Gist options
  • Save pedrofelipe/7901937 to your computer and use it in GitHub Desktop.
Save pedrofelipe/7901937 to your computer and use it in GitHub Desktop.
Add this line to your wp-config.php to disable all WordPress automatic updates. Source: http://codex.wordpress.org/Configuring_Automatic_Background_Updates#Disabling_Automatic_Updates
# Disables all WordPress automatic updates
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment