Hi,
I create my own REST API route and I do a custom query with get_posts(). But ACF fields are not in the response.
I don’t wan’t to loop the response for performance reason.
ACF are include in basic REST API routes so how can achieve this in my custom routes ?
Thanks