Home › Forums › ACF PRO › Error display field image › Reply To: Error display field image
Hi @kraudio
It looks like the returned value is wrapped in another array. Your var_dump shows this in the first line: [0] => Array
Can you test the unformatted value:
<?php
echo '<pre>';
print_r( get_field('ac_imagem_destaque', false, false) );
echo '</pre>';
?>
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.