wpseek.com
WordPress开发者和主题制作者的搜索引擎
wp_kses_stripslashes › WordPress Function
Since1.0.0
已弃用n/a
› wp_kses_stripslashes ( $string )
参数: |
|
返回: |
|
定义在: |
|
文档: |
Strips slashes from in front of quotes.
This function changes the character sequence " to just ". It leaves all other slashes alone. It's really weird, but the quoting from preg_replace(//e) seems to require this.
Related Functions: wp_kses_attr_parse, wp_kses_split, wp_kses_js_entities, wp_kses_split2, stripslashes_deep