wpseek.com
A WordPress-centric search engine for devs and theme authors



list_terms_exclusions › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'list_terms_exclusions', $exclusions, $args, $taxonomies )
Parameters: (3)
  • () exclusions `NOT IN` clause of the terms query.
    Required: Yes
  • () args An array of terms query arguments.
    Required: Yes
  • () taxonomies An array of taxonomy names.
    Required: Yes
Defined at:
Codex:

Filters the terms to exclude from the terms query.





Source

$exclusions = apply_filters( 'list_terms_exclusions', $exclusions, $args, $taxonomies );