Hello in my case (the problem was with WYSISYG field) I’ve added:
add_filter( ‘acf/admin/prevent_escaped_html_notice’, ‘__return_true’ );
to my functions.php
and it works.
yes I need this features too
Thread Starter
xrdm
(@xrdm)
Yes I confirm, great!
It’s been fixed in 3.5.1
thank you