acf-to-rest-api
acf-to-rest-api copied to clipboard
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Based on @julesrenaud answer: https://github.com/airesvsg/acf-to-rest-api/issues/245#issuecomment-415484050
I'm using the ACF relationship fields for the board's posts, however I'm struggling to update the array data. I'm sending a POST request with the modified posts' array which actually...
Hi I have a NodeJS app to manage my WordPress. I'm creating a new WooCommerce product with normal POST and it is working fine. Product is added. ``` fetch(https://my-website/wp-json/wc/v3/products, {...
For some weird reason (not sure if it's related to this great plug-in, or some server setup), suddenly (it did work before) new changes in ACF (adding new fields) doesn't...
Fala Aires, tudo bem? Primeiro parabéns e obrigado pelo _plug-in_ cara, é uma mão na roda sem tamanho! Vem me salvando nos últimos dias que você não faz ideia, obrigado...
ACF to Rest v3.0.1-beta WP OAuth Server - Pro v3.3.8 WP v4.7.5 AngularJS v1 I have managed to authorise creating of the user and also for POST/PUT to the users...
When I try to set a term acf, the request fails with `POST wp-json/wc/v3/product_cat/1234` With the following json `{"fields":{"test_field":"xxx"}}` I get the error `{"code":"cant_update_item","message":"Cannot update item","data":{"status":500}}` This is also happening...
If you select image array or image url it does not change anything, the latest update broke the image content type and now it only shows image id.
I'm having an issue connecting to the **wp-json/wp/v2/posts** endpoint while using ACF post objects on my Wordpress site. I have a post object field set up to allow me to...
Hi, I'm having a problem with the translation of acf option pages, calling the options via REST (eg / wp-json / acf / v3 / options / options / homepage?...