Skip to content

Instantly share code, notes, and snippets.

@ajdumanhug
Created June 15, 2017 02:42
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/b9b549509244bf8592a6dc938c21ef13 to your computer and use it in GitHub Desktop.
Save ajdumanhug/b9b549509244bf8592a6dc938c21ef13 to your computer and use it in GitHub Desktop.
Enable Plugin and Theme Auto Update
// Turn on plugins updates
add_filter( 'auto_update_plugin', '__return_true' );
// Turn on themes updates
add_filter( 'auto_update_theme', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment