Yes, we CAN save double quote, but it’s decoded by htmlspecialchars_decode function…
I will also submit ticket on your support
@expresstechsupport
Hi, yes we also managed to add double quote, but when I open the question at your plugin on admin, then the double quote is changed to ‘"’
I found that your plugin use htmlspecialchars_decode php function which replace double quote, can I disable that method?
https://www.php.net/manual/en/function.htmlspecialchars-decode.php
Please tell me which file & line should be modified!