Automatic updates for All plugins:
add_filter( 'auto_update_plugin', '__return_true' );
Automatic updates for All themes:
add_filter( 'auto_update_theme', '__return_true' );
Source: Configuring Automatic Background Updates « WordPress Codex
Automatic updates for All plugins:
add_filter( 'auto_update_plugin', '__return_true' );
Automatic updates for All themes:
add_filter( 'auto_update_theme', '__return_true' );
Source: Configuring Automatic Background Updates « WordPress Codex