Hi there!
I have an issue with displaying icons. One (the last one) is showing but others are not. Image is set as an array.
in code it’s set like this:
$card1 = get_field('card_1');
<?php echo esc_url( $card1['icon']['url']); ?>
Only card4 is showing the image and if, for example, card1 i renamed to card4 it works properly.
Code is copy/pasted.
Where is the issue?
Thanks