Issue on Hook #7358
Unanswered
ThemeAZ
asked this question in
Developer Q&A
Issue on Hook
#7358
Replies: 1 comment
-
Hey I had an exact question but I didn't find anything So I end up using this it will run each time for any kind of transaction whether pending , cancelled, recurring published so you need to find it out using new status add_action( 'give_update_payment_status', 'donation_action_function', 200, 3 ); function donation_action_function( $donation_id, $new_status, $old_status ) {
} in case you find better solution please share thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Support team,
Why I use this hook for check donate submit form: when use one time donate form is working fine, but on recurring donate form is not work?
add_action('givewp_donation_updated', 'custom_after_donation', 10, 1);
Any help en this issue?
Thanks,
Lai
Beta Was this translation helpful? Give feedback.
All reactions