Comments 2Remco started the conversation3 days ago on Wednesday at 11:54pmcan you tell me how to hide the vendor details tab on the single product page? 2,281WebWizards replied2 days ago on Thursday at 7:37pmHi there, It should be possible to hide that tab, by adding the following PHP code snippet to your site: add_filter('marketking_show_vendor_product_page','__return_false'); This code can be added to functions.php, or to any code snippets plugin. Let me know if you have any issues with that, Kind regards, Stefan 2Remco replied1 day ago on Friday at 5:51pmThank you!1 Like Sign in to reply ...
can you tell me how to hide the vendor details tab on the single product page?
Hi there,
It should be possible to hide that tab, by adding the following PHP code snippet to your site:
This code can be added to functions.php, or to any code snippets plugin.
Let me know if you have any issues with that,
Kind regards,
Stefan
Thank you!