Support

Account

Home Forums Bug Reports Repeater on options page returns count Reply To: Repeater on options page returns count

  • In my functions.php, I am just running

    $hidden_users = get_field('hide-users', 'options'); 
    
    var_dump($hidden_users);

    which produces

    string(1) "2"

    I tried adding/removing items from the list to verify that the number that it is outputting is the count.