Content control blocking api data when tag/category is included
-
When i call the rest api wp-json/wp/v2/posts?_embed all my posts are returned fine but when i add & tags=123 or categories=123 the _embedded section of the response returns:
- 0: {code: “rest_forbidden”, message: “You do not have permission to do this.”, data: {status: 403}}
- code: “rest_forbidden”
- data: {status: 403}
- message: “You do not have permission to do this.”
- 0: {code: “rest_forbidden”, message: “You do not have permission to do this.”, data: {status: 403}}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.