Skip to content

Instantly share code, notes, and snippets.

@danieldogeanu
Created November 16, 2013 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieldogeanu/7500092 to your computer and use it in GitHub Desktop.
Save danieldogeanu/7500092 to your computer and use it in GitHub Desktop.
Disable WordPress Auto-Update feature
/** Disables the Auto-Update feature. This line must be in wp-config.php. */
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment