Skip to content

Instantly share code, notes, and snippets.

@stevetrask
Created May 8, 2017 21:15
Show Gist options
  • Save stevetrask/56ae7a340f48112079f928087c5eaa1b to your computer and use it in GitHub Desktop.
Save stevetrask/56ae7a340f48112079f928087c5eaa1b to your computer and use it in GitHub Desktop.
<?php $user = get_user_by( 'email', 'name@email.com' );
echo 'User is ' . $user->first_name . ' ' . $user->ID; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment