We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the rest api with the _embed parameter messes up the surrogate keys.
/wp-json/wp/v2/posts => rest-post-collection rest-post-$id /wp-json/wp/v2/posts?_embed => rest-type_category-collection rest-term-xxx
/wp-json/wp/v2/posts
/wp-json/wp/v2/posts?_embed
WP: 4.8.2
The text was updated successfully, but these errors were encountered:
Failing test case for #102
79608fb
?_embed
Thanks for the report, @rubas. I've tagged v0.2.1 with a fix.
Sorry, something went wrong.
No branches or pull requests
Using the rest api with the _embed parameter messes up the surrogate keys.
/wp-json/wp/v2/posts
=> rest-post-collection rest-post-$id/wp-json/wp/v2/posts?_embed
=> rest-type_category-collection rest-term-xxxWP: 4.8.2
The text was updated successfully, but these errors were encountered: