Disable Automatic Updates

Disable automatic updates on your WordPress website.
// NAV: Disable Automatic Updates 
add_filter('the_generator', '__return_empty_string');