Control WordPress 3.X.X Admin Bar Options for Subscribers
WordPress admin bar contains many interesting and convenient links for admins and editors. But it is totally useless, redundant and confusing for regular users. Here is how to hide it for subscribers while viewing the site. Open your theme functions.php file and add these lines at the very end: if(current_user_can(‘subscriber’)) add_filter( ‘show_admin_bar’, […]