WordPress function is_email currently rejects valid emails containing apostrophes.
There is currently an idea to replace the regex with
filter_var($user_email, FILTER_VALIDATE_EMAIL)
I think the function sanitize_email needs correction too.
WordPress function is_email currently rejects valid emails containing apostrophes.
There is currently an idea to replace the regex with
filter_var($user_email, FILTER_VALIDATE_EMAIL)
I think the function sanitize_email needs correction too.
agree. I would also like a possibility to register user without email.
This was briefly touched on here.
This topic has been closed to new replies.