Support

Account

Home Forums General Issues Hiding Empty/Unhiding non-empty Fields not working Reply To: Hiding Empty/Unhiding non-empty Fields not working

  • Hi @jimario

    Can you please debug the data like so:

    
    <?php echo '<pre>';
    	print_r( get_field('field_name') );
    echo '</pre>';
    die; ?>
    

    You may see that there is no data loaded. If so, please confirm where you are loading the data from. A post? A user, etc.