Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created October 9, 2014 19:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wpspeak/eef693c2a4c549ba4cc1 to your computer and use it in GitHub Desktop.
Save wpspeak/eef693c2a4c549ba4cc1 to your computer and use it in GitHub Desktop.
Force auto-updates for WordPress plugins
<?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