This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_user_by_email/
This function is an alias for get_user_by( 'email', $email ).
function get_user_by_email( $email ) {
return get_user_by( 'email', $email );
}
<?php get_user_by_email( $email ); ?>
get_user_by_email() is located in wp-includes/pluggable-deprecated.php since version 2.5. Before that it was located in wp-includes/pluggable.php.