get_attachment_taxonomies()
get_attachment_taxonomies( int|array|object $attachment…
get_attachment_taxonomies( int|array|object $attachment, string $output = ‘names’ )
检索附加到给定附件的分类。
Retrieves taxonomies attached to given the attachment.
目录锚点:#参数#返回#源码
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$attachment | (int | array | object) | 必需 | 附件ID、数据数组或数据对象。 |
$output | (string) | 可选 | 输出类型’“names”返回分类名称数组,或“objects”返回分类对象数组。默认值为“names”。 |
返回(Return)
(string[]|WP_Taxonomy[])分类法或分类法名称列表。失败时为空数组。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/media.php:3074 | 5 | 4 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!