Skip to content

Instantly share code, notes, and snippets.

@ajdumanhug
Last active June 15, 2017 02:41
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 ajdumanhug/dda53f4b663d4c4df1750c20901d5f8b to your computer and use it in GitHub Desktop.
Save ajdumanhug/dda53f4b663d4c4df1750c20901d5f8b to your computer and use it in GitHub Desktop.
Enable Auto Core Update
// Turn on core major versions
add_filter( 'allow_major_auto_core_updates', '__return_true' );
// Turn on core minor versions
add_filter( 'allow_minor_auto_core_updates', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment