get_the_taxonomies()
get_the_taxonomies( int|WP_Post $post, array $args = ar…
get_the_taxonomies( int|WP_Post $post, array $args = array() )
检索与帖子关联的所有分类。
Retrieve all taxonomies associated with a post.
目录锚点:#说明#参数#返回#源码
说明(Description)
这个函数可以在循环中使用。它还将返回一个分类法数组,其中包含到分类法和名称的链接。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$post | (int | WP_Post) | 可选 | |
Post ID or WP_Post object. Default is global $post. | $args | 可选 | |
(Optional) | Arguments about how to format the list of taxonomies. ‘template’(string) Template for displaying a taxonomy label and list of terms. Default is “Label: Terms.” | 可选 |
返回(Return)
(array)分类列表。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/taxonomy.php:4334 | 1 function | 10 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!