Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-term-query.php | apply_filters | 954 | /** * 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. */ |
Hook Parameters
Parameter 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. |