-
-
Save ryanfitton/7174079 to your computer and use it in GitHub Desktop.
This file contains 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
// Auto update all 3 types of WordPress releases | |
define('WP_AUTO_UPDATE_CORE', true); | |
// Disable all 3 types of WordPress releases | |
define('WP_AUTO_UPDATE_CORE', false); | |
// Only auto update WordPress minor core changes | |
define('WP_AUTO_UPDATE_CORE', 'minor'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment