apply_filters( 'get_categories_taxonomy', string $taxonomy , array $args )
Filters the taxonomy used to retrieve terms when calling get_categories().
Parameters
- $taxonomy
-
Taxonomy to retrieve terms from.
- $args
-
An array of arguments. See get_terms().
Source
File: wp-includes/category.php
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |