get_metadata()

get_metadata( string $meta_type, int $object_id, string…

get_metadata( string $meta_type, int $object_id, string $meta_key = , bool $single = false )

检索指定对象的元数据。
Retrieves metadata for the specified object.

目录锚点:#参数#返回#源码#笔记


参数(Parameters)

参数 类型 必填 说明
$meta_type (string) 必需 对象元数据的类型是。接受“post”、“comment”、“term”、“user”或任何其他具有关联元表的对象类型。
$object_id (int) 必需 对象元数据的ID是。
$meta_key (string) 可选 元数据键。如果未指定,则检索指定对象的所有元数据。
$single (bool) 可选 如果为true,则只返回指定元密钥的第一个值。如果未指定元密钥,则此参数无效。

返回(Return)

(mixed)单个元数据值或值数组


源码(Source)


更新版本 源码位置 使用 被使用
2.9.0 wp-includes/meta.php:489 11 6

笔记(Notes)

如果元值不存在且true=$single,则函数将返回空字符串(”)。如果false=$single,则返回空数组。
后置元数据的返回数组示例:

类别:WordPress 函数手册

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

评论 (0)COMMENT

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