Allow running code when the function to update a user’s billing details from the Membership Billing page fails.
do_action( 'pmpro_update_billing_failed', $morder ); |
Parameters
- $morder
- MemberOrder object; The order for the subscription being updated.
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/preheaders/billing.php
View in Source Code