I update user info using wp_update_user
function. I also need to update the table wp_bp_xprofile_data
. Is there any function, where I can update data on wp_bp_xprofile_data
table?
Leave a Reply
You must be logged in to post a comment.
I update user info using wp_update_user
function. I also need to update the table wp_bp_xprofile_data
. Is there any function, where I can update data on wp_bp_xprofile_data
table?
You must be logged in to post a comment.
This is how I would update a field named ‘Address’: