Tell PMPro to validate all PayPal IPN requests. This should only be used as a temporary measure for testing or to keep PMPro running while debugging IPN issues.
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
/* | |
Tell PMPro to validate all PayPal IPN requests. | |
This should only be used as a temporary measure for testing or | |
to keep PMPro running while debugging IPN issues. | |
Add this code to your active theme's functions.php | |
or a custom WordPress plugin. | |
*/ | |
add_filter('pmpro_ipn_validate', '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment