• Hello,

    In ACF 6.2.5 Security Release It is stated

    https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/
    This release is a security fix release containing an important change you need to be aware of before you update, and prepares for a change to the output of the_field coming soon to ACF.

    ACF indicates:
    ACF — ACF will soon escape unsafe HTML that is rendered by the_field(). We’ve detected the output of some of your fields will be modified by this change. Learn how to fix. Hide details

    carteosm (carteosm) – rendered via the_field

    Can you tell us how to comply with this new security rule?

    Thanks

    • This topic was modified 10 months, 2 weeks ago by stef5911.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘URGENT : unsafe vulnerability Security with the_field(‘my_field_name’)’ is closed to new replies.