Send mail conflict with Paypal + Stripe addon
-
Has anyone encountered conflicts with the “send mail” features between the Paypal + Stripe addon and this Contact Form 7 – Frontend Registration addon? Frontend was breaking the Paypal addon, and, since the recent Paypal + Stripe addon 2.5.11 update, it’s now the other way around. Frontend Registration is no longer sending e-mails to users with login credentials.
I pored through the plugin’s PHP files since this hasn’t been updated in 5 months and I’m on a tight deadline to make this work, and the only reference I understood with my limited PHP knowledge was:
"add_action('wpcf7_before_send_mail', 'create_user_from_registration', 1, 2);"
I imagine I could change the ‘wpcf7_before_send_mail’ hook, but I’m not sure to what and how it would avoid conflicts with the Paypal + Stripe addon.
Has anyone found any workarounds/solutions? Any help would be greatly appreciated.
- The topic ‘Send mail conflict with Paypal + Stripe addon’ is closed to new replies.