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