Replies: 1
Hi guys,
I’m currently trying to use the plugin but doesn’t seem to support the _embed query parameter.
The response of https://wp.hopfab.com/wp-json/wp/v2/posts looks exactly the same as the response of https://wp.hopfab.com/wp-json/wp/v2/posts?_embed.
“id”: 1,
“date”: “”,
“date_gmt”: “”,
“guid”: { … },
“modified”: “”,
“modified_gmt”: “”,
“slug”: “”,
“status”: “publish”,
“type”: “post”,
“link”: “”,
“title”: { … },
“content”: { … },
“excerpt”: { … },
“author”: 1,
“featured_media”: 1,
“comment_status”: “open”,
“ping_status”: “open”,
“sticky”: false,
“template”: “”,
“format”: “standard”,
“meta”: { … },
“categories”: [],
“tags”: [],
“_links”: { … },
“_embedded”: { … }
The _embedded property is missing