get_object_terms

apply_filters( ‘get_object_terms’, array $terms, int[] …

apply_filters( ‘get_object_terms’, array $terms, int[] $object_ids, string[] $taxonomies, array $args )

过滤钩子:过滤一个或多个给定对象的术语。
Filter Hook: Filters the terms for a given object or objects.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$terms (array) 给定对象的术语数组。
$object_ids (int[]) 检索术语的对象ID数组。
$taxonomies (string[]) 从中检索术语的分类法名称数组。
$args (array) 用于检索给定对象的项的参数数组。有关详细信息,请参见wp_get_object_terms()。

源码(Source)


更新版本 源码位置 使用 被使用
4.2.0 wp-includes/taxonomy.php:2052 1 0
类别:WordPress 钩子手册 > category_hook

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

评论 (0)COMMENT

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