wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



list_terms_exclusions › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'list_terms_exclusions', $exclusions, $args, $taxonomies )
Parameter: (3)
  • (string) $exclusions `NOT IN` clause of the terms query.
    Erforderlich: Ja
  • (array) $args An array of terms query arguments.
    Erforderlich: Ja
  • (string[]) $taxonomies An array of taxonomy names.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the terms to exclude from the terms query.





Quellcode

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