sanitize_post_field()
sanitize_post_field( string $field, mixed $value, int $…
sanitize_post_field( string $field, mixed $value, int $post_id, string $context = ‘display’ )
基于上下文清理post字段。
Sanitize post field based on context.
目录锚点:#说明#参数#返回#源码#笔记
说明(Description)
可能的上下文值是:“raw”、“edit”、“db”、“display”、“attribute”和“js”。默认情况下使用“display”上下文。调用筛选器时,“attribute”和“js”上下文被视为“display”。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$field | (string) | 必需 | Post对象字段名。 |
$value | (mixed) | 必需 | Post对象值。 |
$post_id | (int) | 必需 | 邮政编码。 |
$context | (string) | 可选 | 如何清理post字段。查找“raw”、“edit”、“db”、“display”、“attribute”和“js”。 |
返回(Return)
(mixed)消毒值。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/post.php:2363 | 5 | 11 |
笔记(Notes)
展示消毒
属性消毒
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!