Last active
November 17, 2020 16:41
-
-
Save mikeyhoward1977/c4d7c03ee63e60dcf6540ce1d4c7f532 to your computer and use it in GitHub Desktop.
Example Easy Plugin Demo REST Request
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
{ | |
"admin_url": "https://myawesomesite.com/someoneemailcom/wp-admin/", | |
"code": "epd_demo_created", | |
"demo": "EPD", | |
"expires": "2020/11/17 5:08 pm", | |
"first_name": "Joe", | |
"home_url": "https://myawesomesite.com/someoneemailcom", | |
"ID": 444, | |
"last_name": "Blogs", | |
"requires_activation": false, | |
"url": "https://myawesomesite.com/someoneemailcom/wp-admin/", | |
"user_id": 219 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment