Home › Forums › General Issues › How to auto sync json acf groups in multisite network? › Reply To: How to auto sync json acf groups in multisite network?
Hi John,
Yes, I tried this implementation and with few changes it works. However for huge field groups (many flex content components) which sync for 5-10 seconds which causes duplications of the group (it appears two or more times). This is due to the async nature of the implementation. The hook gets triggered few times before completion of the fist triggered sync:
public function maybe_update_field_groups_from_json( $json_dir )
Any idea how to deal with this?
Thanks
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.