get_terms_orderby

最后更新于:2021-11-26 23:27:11

apply_filters( ‘get_terms_orderby’, string $orderby, array $args, string[] $taxonomies )

Filters the ORDERBY clause of the terms query.

参数

$orderby

(string)
ORDERBY clause of 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