if field is filled out acf

Solutions on MaxInterview for if field is filled out acf by the best coders in the world

showing results for - "if field is filled out acf"
Chastity
04 Nov 2017
1<?php if( get_field('field_name') ): ?>
2	<p>My field value: <?php the_field('field_name'); ?></p>
3<?php endif; ?>