Quantcast
Channel: Snippets – WPcustoms
Viewing all articles
Browse latest Browse all 22

Check if email is valid

$
0
0

$email = 'testemail@gmail.com'; // email address which we are verifying if ( is_email( $email ) ) {       echo 'valid email.'; }else {       echo 'not a valid email'; }  

WPcustoms


Viewing all articles
Browse latest Browse all 22

Trending Articles