apply_filters( 'get_categories_taxonomy', string $taxonomy, array $args )

Filters the taxonomy used to retrieve terms when calling get_categories().


Description Description


Parameters Parameters

$taxonomy

(string) Taxonomy to retrieve terms from.

$args

(array) An array of arguments. See get_terms().


Top ↑

Source Source

File: wp-includes/category.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.