Home › Forums › General Issues › Select Field Labels. › Reply To: Select Field Labels.
Hi @tellstevens
That’s weird. I’ve just tested it on the latest version of ACF PRO and it is working great. Could you please var_dump() the $field and $value variables like this:
$field = get_field_object(‘breed’);
$value = get_field(‘breed’);
echo "<pre>";
var_dump($field);
echo "============";
var_dump($value);
echo "</pre>";
Please let me know the result. Thanks 🙂
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.