Comments 2Remco started the conversationJanuary 1, 2025 at 11:54pmcan you tell me how to hide the vendor details tab on the single product page? 2,330WebWizards repliedJanuary 2, 2025 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 repliedJanuary 3, 2025 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!