清理元值。
sanitize_meta( string $meta_key , mixed $meta_value , string $object_type , string $object_subtype = ” )
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$meta_key | (string) | 必需 | 元数据键。 |
$meta_value | (mixed) | 必需 | 要清理的元数据值。 |
$object_type | (string) | 必需 | 对象元数据的类型是。接受“post”、“comment”、“term”、“user”或任何其他具有关联元表的对象类型。 |
$object_subtype | (string) | 可选 | 对象类型的子类型。 |
返回(Return)
(mixed)消毒$meta_值。
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.9.8 | wp-includes/meta.php:1076 | 4 | 4 |