Change how the email is checked in the PayPal IPN handler. Passes true or false and an array containing the receiver email and business email.
apply_filters( 'pmpro_ipn_check_receiver_email', $r, $email ); |
Parameters
- $r
- array
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/services/ipnhandler.php
View in Source CodeRelated Articles and Recipes
Troubleshooting PayPal IPN Issues with PayPal Express, PayPal Standard or PayPal Website Payments Pro By Jason Coleman