Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRequires `wp_parse_url` #3
Open
Comments
|
Seems like an issue with the server, rather than the client? |
|
Indeed. Hence, "Not sure that there is an action item here other than updating the docs". Just wanted to document it for the next wayward soul just looking for some tokens in this lonely world. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wp_parse_urlis a new function available in WordPress 4.4. The oauth1 server plugin requires the function. If you are using this with example client with WP < 4.4, the server will fatal.A temporary workaround is to add the following as an MU plugin to the server:
Not sure that there is an action item here other than updating the docs.