Custom registration field to SQL database
I have created new colums in a SQL table ‘wp_users’. Those fields are “giodo”, “handel” and “regulamin”. Don’t add columns to Core tables. There is no guarantee that these won’t be destroyed or corrupted on next update. What you should be using is user meta, and in fact that appears to be what you are … Read more