Hello
I took over the support of a non profit website that was built by someone else and the content is mostly created through ACF field groups. i can update some regular pages directly by the admin pages/post.
Im not sure if this is related to the escaping html change, but i can’t seem to be able to edit anything using the ACF tools/panel and nothing in pages either.
when i look in the corresponding template pages in PHP, i can see the section as: <?php the_field(‘prices_heading’); ?> and other like <?php the_field(‘prices_content’); ?>
the site itself is working but the content/text needs to be updated. so far i can’t find any text.
the WYSIWYG editor does not offer any edit capability. i looked in the DB but not sure if the text is saved somewhere.
If i disable ACF, the full site goes broken.
i dont need to update the design/layout, just the text.
Ideas?