get_terms_fields

最后更新于:2021-11-26 23:24:05

apply_filters( ‘get_terms_fields’, string[] $selects, array $args, string[] $taxonomies )

Filters the fields to select in the terms query.

参数

$selects

(string[])
An array of fields to select for the terms query.

$args

(array)
An array of term query arguments.

$taxonomies

(string[])
An array of taxonomy names.

源文件

文件: gc-includes/class-gc-term-query.php

View on Trac