Support

Account

Home Forums General Issues Text custom field that contain text like control symbols Reply To: Text custom field that contain text like control symbols

  • Try adding this to functions.php, though I’m not sure of what other side effects this may have.

    
    add_filter('acf/settings/stripslashes', '__return_false');