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' );