Add action on payment complete
Aaron Bowie
Hi Xanda,
WooCommerce already have a hook that can be used for this.
woocommerce_payment_complete
You could use something like this: https://gist.github.com/AaronBowie/297ed28a53ebafc45e4f72dd1e1d3ebb
X
Xanda
Aaron Bowie hi aaron, yes we are aware however we need a "clean" action that would only have functions created by us so we can then do_action wherever we may need. if that wont be included, that is ok. we will update on our side and ensure we add it back after every plugin update.