Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created July 5, 2024 10:55
Show Gist options
  • Save webtoffee-git/51058ff96b6dd1207879ae01b51e6f9d to your computer and use it in GitHub Desktop.
Save webtoffee-git/51058ff96b6dd1207879ae01b51e6f9d to your computer and use it in GitHub Desktop.
Code to remove email restriction from gift card when sent from admin panel - By WebToffee (WooCommerce Gift Cards)
<?php //Do not copy this line of code
add_filter( 'wt_gc_admin_coupon_set_email_restriction', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment