Post processing for a specific PayPal subscription-related IPN event ID.
do_action( 'pmpro_subscription_ipn_event_processed', string $ipn_id, object $morder );
Parameters
- $ipn_id
- string; The ipn_track_id from the PayPal IPN request
- $morder
- object; The completed MemberOrder object for the IPN request
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/services/ipnhandler.php
View in Source Code