Codex tools: Log in
wp-includes/deprecated.php.
Use any of these functions instead.This function basically uses the generic function 'get_user_by()'
function get_user_by_email($email) {
return get_user_by('email', $email);
}
The generic function is documented here:
http://codex.wordpress.org/Function_Reference/get_user_by