Skip to content

Remove Admin Toolbar

Description

Disable the toolbar from displaying on the front end for everyone. No configuration, activation is enough.

Screenshots

Image: Showing toolbar on homepage of site without the remove admin bar plugin active (toolbar is displaying)
Image: Display of home page when the remove toolbar is activated (toolbar is gone)

Alternative

Add the following to your theme’s functions.php file

add_filter( 'show_admin_bar', '__return false' );

This Post Has 0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back To Top