Is there a hook to run some custom logic after clicking sign up on a Pro Form before the plugin logic executes?

Question as per title.

Thanks! :slight_smile:

DS

Hi Darren,

The pro-form is handled here pro/src/includes/classes/gateways/stripe/stripe-checkout-in.inc.php

There isn’t a hook there, I’m afraid…

That attaches to WP’s init hook, so you could use that one with a higher priority, to do your thing first…

:slight_smile: