Remove WordPress Admin Bar for All Users Except Administrators

if (!current_user_can('administrator')) {
    show_admin_bar(false);
}