Hi! I’m using the JSON API plugin for wordpress (http://wordpress.org/plugins/json-api/).
I need to retrieve all post with some values in acf fields…my query is kind of this:
API/get_posts/?post_type=myscustom_post&meta_key=datestart&meta_value=20140615&meta_key=competitors&meta_value=european
The problem is that the response only takes effect with the last condition regarding the acf fields on the query…how do you make a meta_query in this case?
Thanks!