Apparent Multisite Issue
-
I have a multisite WordPress setup with some ACF for author details. The data syncs across the individual sits and can be seen in WP Admin. However when we access the authors through the WP REST API, either with the
users
oracf
endpoints only the site where the user was most recently saved, exclusively, serves any ACF data through the rest API.For example, if I save a user on Site1 I will see that users ACF data when querying the REST endpoint for Site1. If I then go and save the user in Site2, I will see the ACF data when querying Site2 but will no longer see it when querying Site1. Both sites will show the data in WP Admin.
We are working with ACF Pro 5.7 and ACF to REST API 3.1. We’re running on Azure with PHP7 and WordPress 4.9.8.
We have also tried adding Multisite User Sync with no change in the results at the API.
Is this a bug, or a limitation of ACF to REST?
- The topic ‘Apparent Multisite Issue’ is closed to new replies.