Use this hook to execute custom code when a recurring subscription is restarted through the 2Checkout payment notification handler.
do_action( 'pmpro_subscription_recurring_restarted', object $last_order );
Parameters
- $last_order
- MemberOrder object
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/services/twocheckout-ins.php
View in Source Code