Home › Forums › Back End › Removing the admin bar and backend from normal users like here on CSS Tricks › Reply To: Removing the admin bar and backend from normal users like here on CSS Tricks
April 6, 2014 at 9:52 am
#167736
Participant
Add add_filter( 'show_admin_bar', '__return_false' );
to your functions.php file.