ACF | Type: PHPACF Basic Template Tags

Simple template tag; no conditional:
<?php the_field('field_name'); ?>

For options field:
<?php the_field('field_name', 'option'); ?>