Hide admin ‘Screen Options’ tab

Hide the Screen Options tab menu at the top of the admin pages.
// NAV: Hide admin 'Screen Options' tab
add_filter('screen_options_show_screen', '__return_false');