New Member Email
-
Hi, is there a hook I can use to send out email upon payment updates to members when they renew? The situation is that their status is active and they want to renew even though the subscription plan is not expired.
I checked and there is an action add_action( ‘pms_payment_update’, array( ‘PMS_Emails’, ‘send_payment_failed_email’ ), 10, 3 );. but this is for when the payment failed. What I want is to add an action when they payment has been updated. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘New Member Email’ is closed to new replies.