Banner Logo

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

Hide policies tab on product page

WCMp Core

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #130311
      MaxenceTP
      Participant

      Quick question, how do I disable the “Policies” tab in the product page information, without disabling the policies?

      I tried this code, but it doesn’t seem to work:

      add_filter( 'woocommerce_product_tabs', 'wcmp_remove_policies_tab' );
      function wcmp_remove_policies_tab( $tabs ) {
          unset($tabs['policies']);
          return $tabs;
      }
      Copy
    • #130403
      MaxenceTP
      Participant

      Thank you 🙂
      Solved

    • #130410

      Hi, we are happy to help.

      We would love it if you shared your experience by giving us 5/5 review here : https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need should an issue with our services arise.

Viewing 2 reply threads

The topic ‘Hide policies tab on product page’ is closed to new replies.