发布时间:2020-09-17
WordPress 常用函数 / wp_kses_stripslashes,
去掉引号前面的斜线。
这个函数只是将 ” 改成呢 “,然后不处理其他斜线,这样看起来很奇怪,这是因为 preg_replace(//e) 中的引号需要这样处理。
<?php wp_kses_stripslashes( $string ) ?>
$string
(string) (required) 将要去掉斜线的字符串
Default: None
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
(string)
去掉引号前面斜线的字符串
Since: 1.0.0
wp-includes/kses.php
全站搜索