Support

Account

Home Forums General Issues Retrieving image url through relationship Reply To: Retrieving image url through relationship

  • what type of field is bank_institution

    
    $bank = get_field('bank_institution', $id);
    $image = $bank[0]->bank_logo;