Advanced custom fieldsでiframeが使えなくなった問題

これまでは、

<?php the_field('field_name'); ?>

これからは

<?php echo get_field('field_name'); ?>