/ Published in: PHP
Wordpress function
Expand |
Embed | Plain Text
function is_email($user_email) { $chars = "/^([a-z0-9+_]|\\-|\\.)+@(([a-z0-9_]|\\-)+\\.)+[a-z]{2,6}\$/i"; return true; } else { return false; } } else { return false; } }
You need to login to post a comment.
