Created
June 15, 2017 02:42
-
-
Save ajdumanhug/b9b549509244bf8592a6dc938c21ef13 to your computer and use it in GitHub Desktop.
Enable Plugin and Theme Auto Update
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
// 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