Support

Account

Home Forums Add-ons Repeater Field User's Repeater Sub Field ( Multisite ) not updating correctly Reply To: User's Repeater Sub Field ( Multisite ) not updating correctly

  • Hi @tzio

    Could you please debug the value like this:

    $repeater_value = get_field('bravo_categories', 'user_'.$user->ID);
    var_dump($repeater_value);

    Also, could you please try to reproduce the issue on one of the WordPress’ stock themes (like Twenty Sixteen) with other plugins deactivated? If it disappears, then you can activate the theme and plugins one by one to see which one causes the issue.

    Thanks 🙂