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

これまでは、

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

これからは

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