ovizii
8/15/2013 - 10:44 AM

Remove or disable the wordpress admin bar

Remove or disable the wordpress admin bar

remove_action('init', 'wp_admin_bar_init');

OR

show_admin_bar(false);