Hi, i have translated all my same custom field without problem, but for some reason that I can't understand, for two only custom image field when I use this code
$room_description__image = rwmb_meta( 'room_primaryinfos__description_image', array( 'size' => 'full','limit' => 1 ) );
in my default language the function rwmb_meta return correctly the full image array, but when I switch to another language the function return only the image ID.
Have you any idea about it?
Thanks!