wordpress için de functions.php'ye //adminbar//
if (!current_user_can('manage_options')) {
add_filter('show_admin_bar', '__return_false');
}

kodları eklemek yeterli