Title: Remove admin bar button
Last modified: January 9, 2017

---

# Remove admin bar button

 *  Resolved [martinimarcello00](https://wordpress.org/support/users/martinimarcello00/)
 * (@martinimarcello00)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-admin-bar-button/)
 * Hi,
    How can i remove the admin toolbar button “Test membership” in my wordpress
   site? Thank you
 * Marcello

Viewing 1 replies (of 1 total)

 *  Plugin Support [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-admin-bar-button/#post-8660247)
 * Hi [@martinimarcello00](https://wordpress.org/support/users/martinimarcello00/),
 * There’s no option inside M2 to hide this button from admin bar but adding this
   little code snippet in your child theme functions.php or as [mu-plugin](http://www.newnine.com/learn/how-to-create-a-wordpress-mu-plugin)
   should do the trick for you:
 *     ```
       function hide_m2_admin_bar() { ?>
       	<style type="text/css">
       		#wp-admin-bar-ms-test-memberships { display: none; }
       	</style>
       <?php }
       add_action( 'init', 'hide_m2_admin_bar' );
       ```
   
 * Cheers,
    Predrag

Viewing 1 replies (of 1 total)

The topic ‘Remove admin bar button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/membership_b8cdaa.svg)
 * [Membership 2](https://wordpress.org/plugins/membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/membership/)
 * [Active Topics](https://wordpress.org/support/plugin/membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/membership/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/remove-admin-bar-button/#post-8660247)
 * Status: resolved