Hi,
I use rwmb_meta to get alle the values from a image upload field.
I have max. 5 images in this field. Sometimes, I have to adress the images seperatly, fro example I want only output the third element of the array.
I had expected that the array keys of the individual image elements would be numbered from 0 to 4 (because I have mx. 5 images in the field) so that i could address them directly: $image[1][url] for example gives me the url of the second image.
But the in the first level of that array the key is the same number as the ID of the image.
I'dont know the ID bevor output, so how can i adress single images of that array?
Kind regards,
Ole