Created
December 10, 2013 22:57
-
-
Save pedrofelipe/7901937 to your computer and use it in GitHub Desktop.
Add this line to your wp-config.php to disable all WordPress automatic updates.
Source: http://codex.wordpress.org/Configuring_Automatic_Background_Updates#Disabling_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
# Disables all WordPress automatic updates | |
define( 'AUTOMATIC_UPDATER_DISABLED', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment