get_user_metavalues()
get_user_metavalues( array $ids )
执行查询以获取“fill”用户和“fill”许多用户所需的$metavalues数组
Perform the query to get the $metavalues array(s) needed by _fill_user and _fill_many_users
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$ids | (array) | 必需 | 用户标识号列表。 |
返回(Return)
(array)数组。数组是按用户id索引的,包含$metavalues对象数组。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.3.0 | wp-includes/deprecated.php:2596 | 0 | 2 |
get_user_metavalues() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_user_metavalues/