Filters the terms query arguments.
Parameters
$argsarray- An array of get_terms() arguments.
More Arguments from get_terms( … $args )
Array or string of arguments. See WP_Term_Query::__construct() for information on accepted arguments. $taxonomiesstring[]- An array of taxonomy names.
Source
$args = apply_filters( 'get_terms_args', $args, $taxonomies );
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
To reorder categories list in
functions.php