add_term_meta()
add_term_meta( int $term_id, string $meta_key, mixed $m…
add_term_meta( int $term_id, string $meta_key, mixed $meta_value, bool $unique = false )
向术语添加元数据。
Adds metadata to a term.
目录锚点:#参数#返回#源码#笔记
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$term_id | (int) | 必需 | 术语ID。 |
$meta_key | (string) | 必需 | 元数据名称。 |
$meta_value | (mixed) | 必需 | 元数据值。 |
$unique | (bool) | 可选 | 如果在期限内发现有相同钥匙的入境,是否保释。 |
返回(Return)
(int|WP|Error|bool)成功时的Meta ID。当分类法之间的术语id不明确时出现WP_错误。失败时为False。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/taxonomy.php:1220 | 1 function | 4 |
笔记(Notes)
用法
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!