Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Created December 1, 2015 21:20
Show Gist options
  • Save ahaywood/6b444d5609222cf938c5 to your computer and use it in GitHub Desktop.
Save ahaywood/6b444d5609222cf938c5 to your computer and use it in GitHub Desktop.
PHP: WP - Prevent Automatic Updates
/**
* Prevent Wordpress from automatically updating
*/
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment