Skip to content

Instantly share code, notes, and snippets.

@cristianstan
Forked from TanvirHasan19/functions.php
Created July 9, 2025 08:53
Show Gist options
  • Save cristianstan/90312a76c6c40edaadba7027bc2c3445 to your computer and use it in GitHub Desktop.
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)
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