Skip to content

Instantly share code, notes, and snippets.

@ryanfitton
Forked from kloon/wp-config.php
Last active December 26, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanfitton/7174079 to your computer and use it in GitHub Desktop.
Save ryanfitton/7174079 to your computer and use it in GitHub Desktop.
// 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