Created
October 9, 2014 19:14
-
-
Save wpspeak/eef693c2a4c549ba4cc1 to your computer and use it in GitHub Desktop.
Force auto-updates for WordPress plugins
This file contains hidden or 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
<?php | |
//* Force auto-updates for WordPress plugins | |
add_filter( 'auto_update_plugin', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment