Support

Account

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 🙂