Validate user_meta before registration #20
Unanswered
matveycodes
asked this question in
Q&A
Replies: 1 comment
-
Hello @matveycodes, I can add a hook before registering the user. This way, you will be able to validate the meta. I will come back with updates once I release the new version. Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I validate
user_meta
object before registering a user? For example, I would like to validategender
field so that it contains eithermale
orfemale
. How can I do that?Beta Was this translation helpful? Give feedback.
All reactions