Support

Account

Home › Forums › General Issues › Sync values (not fields) on multisite › Reply To: Sync values (not fields) on multisite

  • Solved using:

    switch_to_blog(1);
    $repeater = get_field('my_repeater', 'options'),
    restore_current_blog();