Hello guys how are you? Welcome back to my blog. Today in this post I will tell you, How to remove the product types from Dokan Multi Vendor?
Guys if you are new in WordPress or in WooCommerce then please check the below links for some good tutorials:
1. Guys here the working code snippet and you can add this inside your theme’s header.php, footer.php file:
<script>
jQuery(document).ready(function($){
$("#product_type option[value=external], #product_type option[value=variable]").remove();
});
</script>
I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.
Jassa
Thanks

Leave a Reply
You must be logged in to post a comment.