wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



list_terms_exclusions › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'list_terms_exclusions', $exclusions, $args, $taxonomies )
Paramètres: (3)
  • (string) $exclusions `NOT IN` clause of the terms query.
    Requis: Oui
  • (array) $args An array of terms query arguments.
    Requis: Oui
  • (string[]) $taxonomies An array of taxonomy names.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the terms to exclude from the terms query.





Source

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