if ( get_current_user_id() != 1 ) {
add_filter( 'show_admin_bar', '__return_false' );
}