get_object_term_cache()

get_object_term_cache( int $id, string $taxonomy ) 检索给定…

get_object_term_cache( int $id, string $taxonomy )

检索给定对象ID的缓存术语对象。
Retrieves the cached term objects for the given object ID.

目录锚点:#说明#参数#返回#源码


说明(Description)

上游函数(例如get_the_terms()和is_object_in_term())负责填充对象-术语关系缓存。当前函数仅获取已在缓存中的关系数据。


参数(Parameters)

参数 类型 必填 说明
$id (int) 必需 术语对象ID,例如post、comment或user ID。
$taxonomy (string) 必需 分类法名称。

返回(Return)

(bool|WP_Term[]|WP_Error)WP_Term对象的数组(如果已缓存)。如果$taxonomy的缓存为空并且$id为空,则为False。如果get_term(bool|WP_Term[]|WP_Error)返回任何term的错误对象,则为WP_Error。


源码(Source)


更新版本 源码位置 使用 被使用
4.7.0 wp-includes/taxonomy.php:3327 8 4
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册