format_to_post()

format_to_post( string $content ) 以前用于在插入数据库之前转义字符串。For…

format_to_post( string $content )

以前用于在插入数据库之前转义字符串。
Formerly used to escape strings before inserting into the DB.

目录锚点:#说明#参数#返回#源码


说明(Description)

已经很多很多年没有履行这个职能了。改为使用wpdb::prepare()。


参数(Parameters)

参数 类型 必填 说明
$content (string) 必需 要格式化的文本。

返回(Return)

(string)完全相同的文本。


源码(Source)

format_to_post() 函数的代码位于 wp-includes/formatting.php.
更新版本 源码位置 使用 被使用
3.9.0 wp-includes/deprecated.php:3419 0 1 function
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册