Description
Filters the ORDERBY clause of the terms query.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-term-query.php | 957 |
Parameters
Type | Name | Description |
---|---|---|
string | $orderby | `ORDERBY` clause of the terms query. |
array | $args | An array of term query arguments. |
string[] | $taxonomies | An array of taxonomy names. |
PHP Doc
/**
* Filters the ORDERBY clause of the terms query.
*
* @since 2.8.0
*
* @param string $orderby `ORDERBY` clause of the terms query.
* @param array $args An array of term query arguments.
* @param string[] $taxonomies An array of taxonomy names.
*/