Support

Account

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