基于上下文清理post字段。
sanitize_post_field( string $field,mixed $value,int $post_id,string $context=‘display’ )
说明(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)消毒值。
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/post.php:2363 | 5 | 11 |
笔记(Notes)
展示消毒
属性消毒