The WordPress admin bar appears at the top of the website when users are logged in. If you don’t need it on the frontend, you can disable it.
Steps
- Open your WordPress theme
functions.phpfile. - Add the code below at the end of the file.
- Save the file.
- Refresh your website.
Done — the admin bar will no longer appear on the frontend for logged-in users.
show_admin_bar(false);