Tagged Questions
1
vote
1answer
302 views
How do I turn off the Admin Bar for all Subscribers?
Maybe this is a stupid question.
When a user logins to my Wordpress site with the Subscriber role, they have the WP Admin Bar appearing at the top of the page. The user can go into their dashboard ...
1
vote
2answers
468 views
How to show a admin bar menu item only to users with certain capabilities?
I'm trying to add items to the admin bar but only for users with certain capabilities, such as add_movies in a plugin. The problem is that, according to @toscho and @TheDeadMedic, the plugin executes ...