WordPress: ACF: If get_field
<?php if( get_field('field') ) { ?> <?php the_field('field'); ?> <?php } ?>