100% agree with Thomas.
My code has no the_field anymore but I still this acf msg
field_name rendered via the_field
Why I see it? It’s 100% wrong.
For PRO version also is not possible to update plugin when php version is 7.4, screenshot attached
Confirmed the same bug.
Btw – with ACF 5.8.10 no such problems, but if try to update plugin via admin up to last version appears error (screenshot attached).
sorry, yes, mistake.
I meant Images IDs of gallery.
yes, this setting missing because in fact does not needs.
Gallery returns array, if needs to get image IDs needs to use [‘ID’] as parameter, i.e. for example:
<?php
$images = get_field('gallery_field'); //gallery field
foreach( $images as $img ):
$img_srcset = wp_get_attachment_image_srcset($img['ID']); // return Image ID for each in gallery
?>
I have the same issue.
I’ve tried on default ‘Twenty Seventeen’ and ‘Twenty Fifteen’ – the same.
It seems that this settings just missing for gallery …
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.