Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Remove Admin Bar/ToolBar Except for Admin */
- function remove_admin_bar() {
- if (!current_user_can('administrator') && !is_admin()) {
- show_admin_bar(false);
- }
- }
- add_action('after_setup_theme', 'remove_admin_bar');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement