If you are building a website and you want to remove the admin bar above the WordPress site you have to read this tutorial. In this tutorial we will explain how this works. It is a simple small piece of code that you had to add to functions.php. The admin bar on the front-end will no longer be visible.
In your theme folder is a file called functions.php. You open this file in your editor.
Between the opening and closing php tags you place the code.
add_filter('show_admin_bar', '__return_false');
Now you save the file. If you go to your WordPress website and if you are logged in the admin bar will no longer be displayed on screen.
© Copyright 2022 - TheWPClub | Privacystatement