Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: can anyone help with this code?


John James Jacoby
Keymaster

@johnjamesjacoby

@Catherine:

Are you trying to track sign-ups, or activations?

Until a user activates their account, they won’t have any data in the user_meta because technically they don’t have a user account yet, just a sign-up. If you look at the signup table, there is a column called “meta” which stores the signup info until they activate themselves.

Once their account is activated, the activation moves their data from that column to the users table…

Skip to toolbar