Support

Account

Home Forums General Issues ACF field content as Codeblock Reply To: ACF field content as Codeblock

  • You need to scape the iframe html into a textarea, something like this:

    <textarea>
      <?php html_special_chars('<iframe></iframe>')?>
    </textarea>

    Where “<iframe></iframe>” should be the result of your field.