Locking a user meta_data field from updating it
-
Tried using
add_post_meta($_user->ID, "info", $data['info'], $unique=true);
but if i try to useupdate_user_meta($_user->ID, "info", $data['info']);
it can be changed again.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Locking a user meta_data field from updating it’ is closed to new replies.