Get image URL
$person = get_field('persona'); $thumb = get_field('photo', $person->ID)['id']; $thumb = wp_get_attachment_image_src($thumb, 'small', true)[0];