Wordpress user data (email, password , ...) stores in wp_users table.
I want to create a new table in my wordpress database and insert users email and password in my new table.
How can I do that?
Wordpress user data (email, password , ...) stores in wp_users table.
I want to create a new table in my wordpress database and insert users email and password in my new table.
How can I do that?