Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to turn Confirm Email Off?


ousep
Participant

@ousep

Here’s what I’m trying to do…

I’d like to hook into bp_after_registration_submit_buttons to run a query that will update wp_signups in the database.

If that function does what i think it does, I would set ‘activated’ to the same as ‘registered’ and set ‘active’ to 1. I’m guessing there’s more involved, like copying the ‘meta’ to wp_usermeta, and also adding their details to wp_users.

Now here’s the tricky bit: how do I hook into bp_after_registration_submit_buttons?

And, how do I get _any_ identifying value for the user who’s just registered?

Skip to toolbar