lisaleague
12/29/2013 - 8:35 PM

Enable Automatic Updates for Plugins if WordPress Auto Updates enabled

Enable Automatic Updates for Plugins if WordPress Auto Updates enabled

/**
 * Plugin Name: Enable Automatic Updates for Plugins
 */
add_filter( 'auto_update_plugin', '__return_true' );