Created
April 19, 2017 01:00
-
-
Save hayakawa/dc60ce7df7203a6ac2068adff67e0cc2 to your computer and use it in GitHub Desktop.
How to get user infomation from wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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