Description
Filters the terms to exclude from the terms query.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-term-query.php | 537 |
Parameters
Type | Name | Description |
---|---|---|
string | $exclusions | `NOT IN` clause of the terms query. |
array | $args | An array of terms query arguments. |
string[] | $taxonomies | An array of taxonomy names. |
PHP Doc
/**
* Filters the terms to exclude from the terms query.
*
* @since 2.3.0
*
* @param string $exclusions `NOT IN` clause of the terms query.
* @param array $args An array of terms query arguments.
* @param string[] $taxonomies An array of taxonomy names.
*/