get_categories_taxonomy

最后更新于:2021-11-26 11:22:08

apply_filters( ‘get_categories_taxonomy’, string $taxonomy, array $args )

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

参数

$taxonomy

(string)
Taxonomy to retrieve terms from.

$args

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

源文件

文件: gc-includes/category.php

View on Trac