Hide / Disable Admin Bar for All Users Except for Administrators. Paste this code in your theme’s functions.php file
add_action('after_setup_theme', 'remove_the_admin_bar'); function remove_the_admin_bar() {
Hide / Disable Admin Bar for All Users Except for Administrators. Paste this code in your theme’s functions.php file
add_action('after_setup_theme', 'remove_the_admin_bar'); function remove_the_admin_bar() {