Skip to content

Instantly share code, notes, and snippets.

@khvoroffski
Forked from danielbitzer/functions.php
Created November 15, 2018 08:46
Show Gist options
  • Save khvoroffski/6189eff8e51e58574db94a26da3c76bd to your computer and use it in GitHub Desktop.
Save khvoroffski/6189eff8e51e58574db94a26da3c76bd to your computer and use it in GitHub Desktop.
AutomateWoo - Add email restriction to uniquely generated workflow coupons
<?php
// added in v3.3.3
add_filter( 'automatewoo/variables/coupons/use_email_restriction', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment