Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Support for the _embed query param

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles