Created
September 26, 2023 18:14
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
https://wordpress.org/support/topic/email-notifications-lag-since-update-to-latest-version/