wpseek.com
A WordPress-centric search engine for devs and theme authors



get_terms_args › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'get_terms_args', $args, $taxonomies )
Parameters: (2)
  • (array) $args An array of get_terms() arguments.
    Required: Yes
  • (string[]) $taxonomies An array of taxonomy names.
    Required: Yes
Defined at:
Codex:

Filters the terms query arguments.





Source

$args = apply_filters( 'get_terms_args', $args, $taxonomies );