Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created May 22, 2018 16:50
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 lukecav/4a9869789a47ab344b13901ba87cc950 to your computer and use it in GitHub Desktop.
Save lukecav/4a9869789a47ab344b13901ba87cc950 to your computer and use it in GitHub Desktop.
Automatic updates for all plugins and themes in WordPress
add_filter( 'auto_update_plugin', '__return_true' );
add_filter( 'auto_update_theme', '__return_true' );