I’m trying to update user meta but is always 1, What I doing wrong? [closed]
Your user_meta is not updated, because you process checkboxes incorrectly… First of all… You’ve set values of all your checkboxes to 1. So if they’re checked, then their value is 1 – and this is the value you save as user_meta. On the other hand, when the checkbox is not checked, then it won’t be … Read more