addslashes_strings_only()函数是Wordpress函数,仅当提供的值是字符串时才添加斜杠。
addslashes_strings_only( mixed $value )
仅当提供的值是字符串时才添加斜杠。
Adds slashes only if the provided value is a string.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$value | (mixed) | 必需 |
返回(Return)
(mixed)
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.3.0 | wp-includes/formatting.php:5506 | 0 | 0 |