acf-to-rest-api
acf-to-rest-api copied to clipboard
Can't update item using wp.apiFetch
Hello,
I'm trying to update user ACF fields using the user endpoint (/wp-json/acf/v3/users/{id}
), but it looks like the authentication from wp.apiFetch is not passed to the route. Does the plugin support post requests via wp.apiFetch
?
Thanks