Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created August 28, 2012 22:53
Show Gist options
  • Select an option

  • Save pippinsplugins/3505086 to your computer and use it in GitHub Desktop.

Select an option

Save pippinsplugins/3505086 to your computer and use it in GitHub Desktop.
Remove the restriction for one-time-only-discounts
function pw_edd_disable_single_use( $return, $code, $email ) {
return false;
}
add_filter( 'edd_is_discount_used', 'pw_edd_disable_single_use', 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment