apply_filters( 'get_terms_args', array $args , string[] $taxonomies )
Filters the terms query arguments.
Parameters
- $args
-
An array of get_terms() arguments.
- $taxonomies
-
An array of taxonomy names.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |