Function is_valid_email_zp
Determines if the input is an e-mail address. Adapted from WordPress. Name changed to avoid conflicts in WP integrations.
string |
$input_email |
email address? |
boolean
|
bool |
Determines if the input is an e-mail address. Adapted from WordPress. Name changed to avoid conflicts in WP integrations.
string |
$input_email |
email address? |
boolean
|
bool |