Cannot remove admin bar from wp-admin in 3.3
-
I’m on the latest trunk, and for some reason it is impossible to remove the admin bar in both the conventional and unrecommended ways, I have tried all of these so far:
add_filter( 'show_admin_bar', '__return_false' ); show_admin_bar(false); remove_action('init', 'wp_admin_bar_init');
I understand that some of the admin functionality is being merged into the adminbar, but as I am doing a complete wp-admin re-skin I don’t need the screen options/help etc that is now in the admin bar anyway.
Will there be a way in the future to remove the adminbar properly in the wp-admin in 3.3? Obviously CSS is still a possibility.
- The topic ‘Cannot remove admin bar from wp-admin in 3.3’ is closed to new replies.