Created
October 29, 2013 07:26
-
-
Save dominicvogl/7210369 to your computer and use it in GitHub Desktop.
Put this snippet into the wp_config.php when you want to disable wp 3.7+ auto core 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
| <?php | |
| // Put this snippet into the wp_config.php when you want to disable wp 3.7+ auto core updates | |
| define( 'AUTOMATIC_UPDATER_DISABLED', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment