Skip to content

Instantly share code, notes, and snippets.

@rashedripon
Created December 29, 2019 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashedripon/ee1068ea11108c9db125787f7a64d16d to your computer and use it in GitHub Desktop.
Save rashedripon/ee1068ea11108c9db125787f7a64d16d to your computer and use it in GitHub Desktop.
Remove Dokan vendor information from cart and checkout page
<?php
// Remove the default Dokan Vendor name from cart or checkout page
remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment