API RESPONSE
This is our
API LINK
The API is currently showing the content of the post, the date, and a few other things that are not relevant to us. We want to add to the API response the custom fields of the posts (as an object)
For example:
API response right now
POST ID: 545
post content: x y z
DATE: 20/7/2020
Desired API response:
POST ID: 545
post content: x y z
DATE: 20/7/2020
Custom Advanced Field 1: X Y Z
Custom Advanced Field 2: X Y Z
….
We bought your plugin just for that – but unfortunately it is not doing the job right now. Where do we do it?