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

  • Hey man!

    You must use something like that:

    $user_id = get_current_user_id();
    get_field("key","user_".$user_id);
    the_field("key","user_".$user_id);