Functions to automatically update all plugins, themes and wordpress (use with caution)
/** Automatic updates **/
add_filter( 'auto_update_plugin', '__return_true' );
add_filter( 'auto_update_theme', '__return_true' );
add_filter( 'auto_update_core', '__return_true' );