Skip to content

Instantly share code, notes, and snippets.

@brianjking
Forked from wpspeak/functions.php
Created December 1, 2015 16:49
Show Gist options
  • Save brianjking/79404d1f08168426451f to your computer and use it in GitHub Desktop.
Save brianjking/79404d1f08168426451f 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