Skip to content

Instantly share code, notes, and snippets.

@mauricerenck
Created August 18, 2014 08:12
Show Gist options
  • Save mauricerenck/f0979492a9804dc7ea98 to your computer and use it in GitHub Desktop.
Save mauricerenck/f0979492a9804dc7ea98 to your computer and use it in GitHub Desktop.
[PHP] Disable Wordpress autoupdate
//in wp-config.php set
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment