Description
Filters the terms query arguments.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-term-query.php | 411 |
Parameters
Type | Name | Description |
---|---|---|
array | $args | An array of get_terms() arguments. |
string[] | $taxonomies | An array of taxonomy names. |
PHP Doc
/**
* Filters the terms query arguments.
*
* @since 3.1.0
*
* @param array $args An array of get_terms() arguments.
* @param string[] $taxonomies An array of taxonomy names.
*/