$image = wp_get_attachment_image_src(ID, 'size')[0]; // Hier: ACF mit Output des Bildes als ID $alt = get_post_meta(ID, '_wp_attachment_image_alt', true); // Alt-Attribut
ACF:
$image = get_field('image_1'); echo wp_get_attachment_image( $image, 'the_size' );