Hide vendor’s email address on vendor shop page

If you are using Woocommerce and WC Marketplace plugins on WordPress, you have multiple vendors on your system. Each vendor also has his own shop page, which contains general information about the vendor and products.

However, you may want to hide some of this information. For example, you may want to hide the vendor’s email address. What you need to do for this is very simple.

woocommerce wc marketplace multi vendor hide vendor's email address shop page

Hide vendor’s email address on vendor shop page

  1. Open /your-child-theme/functions.php with n++ or other editor.
  2. Add the following code to the end
add_filter('wcmp_vendor_store_header_hide_store_email', '__return_true');

If you have a question, please comment! I always want to help.

That’s All!

Leave a Reply

Your email address will not be published. Required fields are marked *