Skip to content

Instantly share code, notes, and snippets.

@hayakawa
Created April 19, 2017 01:00
Show Gist options
  • Save hayakawa/dc60ce7df7203a6ac2068adff67e0cc2 to your computer and use it in GitHub Desktop.
Save hayakawa/dc60ce7df7203a6ac2068adff67e0cc2 to your computer and use it in GitHub Desktop.
How to get user infomation from wordpress
SELECT a.user_registered
, a.user_login
, a.user_nicename
, a.display_name
FROM wp_users a;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment