Created
December 1, 2015 21:20
-
-
Save ahaywood/6b444d5609222cf938c5 to your computer and use it in GitHub Desktop.
PHP: WP - Prevent Automatic Updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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