Cart 0
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’)) {