Support

Account

Forum Replies Created

  • Hi Elliot,

    Thank you for your fast reply and super awesome plugin. It does in fact work perfectly when added in the init action. I guess my issue now is that I am actually trying to use it in a filter to filter out buddypress members that are listed in the site, and apparently the bp_ajax_querystring filter is not running at a time when I can use the repeater fields 🙁

    If you have any suggestions of how to get around it they would be much appreciated, otherwise I will have to figure something else out.

    Thanks!

  • 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.

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