wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



list_terms_exclusions › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'list_terms_exclusions', $exclusions, $args, $taxonomies )
Parametri: (3)
  • (string) $exclusions `NOT IN` clause of the terms query.
    Richiesto:
  • (array) $args An array of terms query arguments.
    Richiesto:
  • (string[]) $taxonomies An array of taxonomy names.
    Richiesto:
Definito a:
Codex:

Filters the terms to exclude from the terms query.





Sorgenti

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