Filters the terms query arguments.
Parameters
$args
array- 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. $taxonomies
string[]- 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