HomeWordpressHow to hide the WordPress admin bar How to hide the WordPress admin bar Wordpress adminDecember 1, 20190 Just put the blow line of code in your current WordPress theme’s function.php file <?php show_admin_bar(false); ?>