Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Hide Vendor meta

General Marketplace Discussion (User’s interaction forum)

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #114227

      Hi !
      How can I hide vendor meta data from the store page like pj=hone number and email address.?

    • #114247

      Hi,
      To hide email, phone number from vendor shop page please add this code in the function.php of the current active theme :

      //hide Phone Number
      add_filter('wcmp_vendor_store_header_hide_store_phone', '__return_true');
      //hide Email ID
      add_filter('wcmp_vendor_store_header_hide_store_email', '__return_true');
      Copy

      Regards,

    • #114249

      Thanks, buddy.

    • #114295

      As I can see the issue is fixed. So we are closing the ticket now. In case any issue arises kindly raise a new ticket.

Viewing 3 reply threads

The topic ‘Hide Vendor meta’ is closed to new replies.