Forums
(@diegovelasquezweb)
6 years, 10 months ago
I have the same problem, I use the field gallery of ACF Pro, attached image
echo $image['caption'];
PHP version: 5.6
Image error
—-
I solved it momentarily using the “Alt text” instead of the “Caption”
echo $image['alt'];
Thanks