Before I start working on an idea, I’d appreciate it if anyone can give feedback on it!
In a multi-domain WPMU setup, I’d like to be able to make a repeater field available which pulls in content from a separate website in the same installation.
e.g. mainwebsite.com contains a custom post type “Banner”. In department.mainwebsite.com, the editor can place an ACF repeater on the page and select from the banners which are stored in the database at mainwebsite.com. In the same way that the regular repeater field works, where you can select Posts or Pages from a list.
a) Is there already a solution for this in the existing ACF code base?
b) If not, is it a viable ACF feature – probably through a custom extension – or should I start planning to pull the information across via some kind of self-build API?
Cheers!
Bumping this. Does anyone have any feedback please?