if(!current_user_can('administrator')) {
add_filter('show_admin_bar','__return_false');
remove_action('wp_head','_admin_bar_bump_cb');
}
Remove the Admin Bar for Non-admin Users
January 22, 2012 By Leave a Comment
Wordpress/PHP Developer
if(!current_user_can('administrator')) {
add_filter('show_admin_bar','__return_false');
remove_action('wp_head','_admin_bar_bump_cb');
}
Ugh. I hate writing profiles. Just read the blog dude.
Design by Mike Van Winkle
Recent Comments