Description
Disable the toolbar from displaying on the front end for everyone. No configuration, activation is enough.
Download
Alternative
Add the following to your theme’s functions.php
file
1 |
add_filter( 'show_admin_bar', '__return false' ); |