Title: Hide Web Push Notifications &#8211; Webpushr
Last modified: March 3, 2021

---

# Hide Web Push Notifications – Webpushr

 *  Resolved [dviolante](https://wordpress.org/support/users/dviolante/)
 * (@dviolante)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hide-web-push-notifications-webpushr/)
 * Hello, i want to know how to hide Web Push Notifications – Webpushr Meta Box 
   and Preview Button in Woocommerce for specific user role. My site is a Multi 
   Vendor eCommerce and i dont want Vendors see any Webpushr option.
 * I tried the following function, but it is not working for webpushr (it works 
   for any other meta boxes from other plugins)
 * function remove_metaboxes(){
    if ( current_user_can( ‘yith_vendor’ ) ) { remove_meta_box(‘
   webpushr-metabox’ , ‘product’ , ‘normal’ ); } } add_action(‘add_meta_boxes’,’
   remove_metaboxes’,50);
 * Is any other way to accomplish what i need?
    Or any way to make that Webpushr
   be shown only for ADMINS.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [webpushr](https://wordpress.org/support/users/webpushr/)
 * (@webpushr)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hide-web-push-notifications-webpushr/#post-14130441)
 * Hi there,
 * Thank you for using Webpushr.
 * We do not offer a hide functionality for metabox & preview button out-of-the-
   box. It must be possible but will require custom development effort. We unfortunately
   do not provide custom integration/development support at this time. The team 
   is entirely focused on enhancing the platform.
 * Let us know if you have any other questions.
 * -Webpushr Support

Viewing 1 replies (of 1 total)

The topic ‘Hide Web Push Notifications – Webpushr’ is closed to new replies.

 * ![](https://ps.w.org/webpushr-web-push-notifications/assets/icon.svg?rev=2183418)
 * [Web Push Notifications - Webpushr](https://wordpress.org/plugins/webpushr-web-push-notifications/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webpushr-web-push-notifications/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webpushr-web-push-notifications/)
 * [Active Topics](https://wordpress.org/support/plugin/webpushr-web-push-notifications/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webpushr-web-push-notifications/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webpushr-web-push-notifications/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [webpushr](https://wordpress.org/support/users/webpushr/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/hide-web-push-notifications-webpushr/#post-14130441)
 * Status: resolved