list_meta()
list_meta( array $meta )
在自定义字段元框中输出post的公共元数据。
Outputs a post’s public meta data in the Custom Fields meta box.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$meta | (array) | 必需 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.2.0 | wp-admin/includes/template.php:562 | 1 function | 5 |
list_meta() 为WP2原创文章,链接:https://www.wp2.cn/functions/list_meta/