Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created September 26, 2023 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/9355b1fedd403ed36de277339aca92d5 to your computer and use it in GitHub Desktop.
Save lukecav/9355b1fedd403ed36de277339aca92d5 to your computer and use it in GitHub Desktop.
Disable the after payment action for email notification to remove any delay in sending in EDD
add_filter( 'edd_use_after_payment_actions', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment