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);
Development Notes
Lots of ways to skin this cat, but this is the easiest for wp 3.3+
in functions.php
show_admin_bar(false);