Created
December 29, 2019 22:20
-
-
Save rashedripon/ee1068ea11108c9db125787f7a64d16d to your computer and use it in GitHub Desktop.
Remove Dokan vendor information from cart and checkout page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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