如何删除wordpress编辑器生成的正斜杠

时间:2018-04-10 09:45:12

标签: php wordpress

我有一个关于wordpress自定义插件的html,它被加载到wordpress编辑器

UPDATE Temptable
SET  money1 = COALESCE(money1, money2)
    ,money2 = COALESCE(money2, money1)
    ,difference = COALESCE(money1, money2) - COALESCE(money2, money1);

但是当它保存到数据库时,其更改如下

<div class="container-fluid">
<div class="outer">
<div class="job_details">

因为这个斜杠css样式没有得到反映。如何删除这个斜杠?请帮忙

2 个答案:

答案 0 :(得分:0)

Try this:

stripslashes_deep. <?php wp_editor( stripslashes($content), $editor-id ); ?>

答案 1 :(得分:0)

请尝试C:\Users\Test\script\files\GROWTH功能。此函数将字符序列wp_kses_stripslashes更改为\"

"