Forums
Home / Plugin: AdminPad / Quotation problem
(@ivandelajara)
6 years ago
When i write something “like this” or ‘like this’ convert it to \”like this\” and starts to increase \\\\\\\\\”like this\\\\\\\\\” over the time…
It probably doesnt use the escape string function properly…
(@iftekharbhuiyan)
Thank you very much for pointing this out. I just updated the plugin which should fix this issue. Sincere apologies for any inconveniences. Thank you.
i done a quick fix too:
$data = trim(stripslashes_deep(get_option(‘adminpad_content’)));
I dont know if its the same. Problem solved!