Skip links

how to disable wp admin bar

disable wp admin bar
How to Disable WP Admin Bar

How to Disable WP Admin Bar

Here is a code for how to disable WP Admin bar without using any plugins. Just copy the below code & paste your theme functions.php file. That’s all. Happy Coding. Disable Admin Bar for everyone: // Disable Admin Bar for everyone- www.sangvish.com if (!function_exists(‘df_disable_admin_bar’)) {