Creating user with custom meta field?
-
Hi,
I am using WP REST API for exposing data in Mobile app. But there is an issue in requesting? the only things that is stored in database are just username, firstname, lastname, email and password. The meta fields are not stored. Please help me how to store meta fields.
the data I am requesting is.
{
“username”:”abc”,
“firstname”:”xyx”,
“lastname”:”fghj”,
“email”:”[email protected],
“abc”: “fghjk”,
}All the fields are stored but the only field “abc” is not stored.
How to store this field.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Creating user with custom meta field?’ is closed to new replies.