wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



list_terms_exclusions › Filtr WordPress Hooks

Od2.3.0
Przestarzałyn/a
apply_filters( 'list_terms_exclusions', $exclusions, $args, $taxonomies )
Parametry: (3)
  • (string) $exclusions `NOT IN` clause of the terms query.
    Wymagane: Tak
  • (array) $args An array of terms query arguments.
    Wymagane: Tak
  • (string[]) $taxonomies An array of taxonomy names.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the terms to exclude from the terms query.





Źródło

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