wp bp xprofile data set

Set profile data for a user.

OPTIONS OPTIONS

–user-id=<user>
Identifier for the user. Accepts either a user_login or a numeric ID.
–field-id=<field>
Identifier for the field. Accepts either the name of the field or a numeric ID.
–value=<value>
Value to set.

Top ↑

EXAMPLE EXAMPLE

$ wp bp xprofile data set --user-id=45 --field-id=120 --value=teste
Success: Updated XProfile field "Field Name" (ID 120) with value  "teste" for user user_login (ID 45).