Disable WP Admin Bar
Remove the WordPress Admin Bar for all users on the site frontend
// NAV: Disable WP Admin Bar
add_filter( 'show_admin_bar', '__return_false' );
Remove the WordPress Admin Bar for all users on the site frontend
// NAV: Disable WP Admin Bar
add_filter( 'show_admin_bar', '__return_false' );