-
-
Save cristianstan/90312a76c6c40edaadba7027bc2c3445 to your computer and use it in GitHub Desktop.
DOKAN Allow admin and vendor to purchase their own product (As this is your own product, the “Add to Cart” button has been removed. Please visit as a guest to view)
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
Dokan remove "As this is your own product, the “Add to Cart” button has been removed. Please visit as a guest to view" | |
remove_filter( 'woocommerce_is_purchasable', 'dokan_vendor_own_product_purchase_restriction', 10, 2 ); | |
remove_filter( 'woocommerce_product_review_comment_form_args', 'dokan_vendor_product_review_restriction' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment