Remove Admin BarNovember 12, 2011 by Laura Hartwig<?php global $current_user; get_currentuserinfo(); if ($current_user->ID != 1) { add_filter( 'show_admin_bar', '__return_false' ); } ?>Share this:TweetShare on TumblrPrintEmailRelatedYou might also like: WooCommerce: Add Product Categories to Your Menu