This wordpress code allows you to add user meta data to a user. The function first gets the current value of the user meta data you are trying to add. If there is already a value there, it will update the user meta data with the new value. If there is no current value, the function will do nothing.
Was this code snippet helpful?
YesNo