correct email validation
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘correct email validation’ is closed to new replies.