Title: Disable all toolbars except admin role
Last modified: August 21, 2016

---

# Disable all toolbars except admin role

 *  Resolved [Fotoura](https://wordpress.org/support/users/fotoura/)
 * (@fotoura)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-all-toolbars-except-admin-role/)
 * Hi,
 * Great plugin, thanks.. 🙂
 * Is there any way of using this plugin but still allowing site admins to have 
   the wp toolbar? I don’t want my subscribers to have the toolbar, but it’s still
   useful for me to be able to edit pages inline.
 * Thanks!
    Rich
 * [https://wordpress.org/plugins/wp-toolbar-removal/](https://wordpress.org/plugins/wp-toolbar-removal/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Fotoura](https://wordpress.org/support/users/fotoura/)
 * (@fotoura)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-all-toolbars-except-admin-role/#post-4587617)
 * Hi… sorry I found your answer:
 * Add this to the theme functions.php
 * // show admin bar only for admins ->
 * if ( !current_user_can( ‘manage_options’ ) ) { add_filter( ‘show_admin_bar’, ‘
   __return_false’ ); }
 * Thanks!
    Rich
 *  Plugin Contributor [slangji](https://wordpress.org/support/users/slangji/)
 * (@slangji)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-all-toolbars-except-admin-role/#post-4587697)
 * This procedure is ok but totally inadequate for the code of my plugin, much more
   complex: this author accepts no responsibilty in its use.
 * If anyone needs the fuul management of the Admin Bar – ToolBar through my plugin,
   please contact me to know how to get the PRO version, which also handles these
   issues.
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable all toolbars except admin role’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-toolbar-removal_90a9cb.svg)
 * [WP Toolbar Removal](https://wordpress.org/plugins/wp-toolbar-removal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-toolbar-removal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-toolbar-removal/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-toolbar-removal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-toolbar-removal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-toolbar-removal/reviews/)

## Tags

 * [admin only](https://wordpress.org/support/topic-tag/admin-only/)

 * 2 replies
 * 2 participants
 * Last reply from: [slangji](https://wordpress.org/support/users/slangji/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/disable-all-toolbars-except-admin-role/#post-4587697)
 * Status: resolved