Support

Account

Home Forums General Issues Multisite switch_to_blog and ACF 5.7.12 problem

Helping

Multisite switch_to_blog and ACF 5.7.12 problem

  • I have a big network of sites that uses a lot of switch_to_blog to bring information from other blogs.

    The code we use is like below.

    switch_to_blog($blog_id)
    {
       get_field('my_field',$post->id);
    }
    restore_current_blog();

    Even my repeaters are broken.

    It worked fine before on ACF PRO 5.7.10

  • I just teste 5.8.0-beta3 and it its working fine on this version,

    Question: should I use beta3 or downgrade to 5.7.10

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Multisite switch_to_blog and ACF 5.7.12 problem’ is closed to new replies.