If advanced custom field not installed.

<?php if(  class_exists('ACF') ) : ?>
  <img src="<?php the_field('hero_image'); ?>" alt="slider-img"/>
<?php endif; ?>

Leave a Reply

Your email address will not be published. Required fields are marked *