get_terms_fields
apply_filters( ‘get_terms_fields’, string[] $selects, a…
apply_filters( ‘get_terms_fields’, string[] $selects, array $args, string[] $taxonomies )
筛选钩子:筛选要在术语查询中选择的字段。
Filter Hook: Filters the fields to select in the terms query.
目录锚点:#说明#参数#源码
说明(Description)
使用此筛选器修改的字段列表只会在$fields参数设置为“count”或“all”时修改函数返回的术语字段。在所有其他情况下,results数组中的term字段将仅由$fields参数确定。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$selects | (string[]) | 要为术语查询选择的字段数组。 |
$args | (array) | 术语查询参数的数组。 |
$taxonomies | (string[]) | 分类法名称的数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-includes/class-wp-term-query.php:638 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!