lisaleague
12/29/2013 - 8:27 PM

Enable auto updates for themes if host configured to allow WordPress auto updates

Enable auto updates for themes if host configured to allow WordPress auto updates

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