Support

Account

Home Forums ACF PRO get_sub_field_object select labels Reply To: get_sub_field_object select labels

  • Hi @robbie

    Thanks for the bug report. Are you able to debug the field object data like so and report back with the findings?

    
    <?php 
    
    echo '<pre>';
    	print_r($object);
    echo '</pre>';
    
    ?>