Categories
Wordpress

Disable Admin Bar

Lots of ways to skin this cat, but this is the easiest for wp 3.3+

in functions.php
show_admin_bar(false);

Leave a Reply