Support

Account

Home Forums Front-end Issues the_field and get_field is not working in get_users loop Reply To: the_field and get_field is not working in get_users loop

  • Boom thanks @vverner!

    it ended up being:

    
    $user_id = $user->ID;
    

    not

    
    $user_id = $user->user_id
    

    But yours got me there! Thanks!