apply_filters( 'list_terms_exclusions', string $exclusions , array $args , array $taxonomies )
Filters the terms to exclude from the terms query.
Parameters
- $exclusions
-
NOT IN
clause of the terms query. - $args
-
An array of terms query arguments.
- $taxonomies
-
An array of taxonomies.
Source
Changelog
Version | Description |
---|---|
WP-2.3.0 | Introduced. |