get_categories_taxonomy

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$taxonomy

Taxonomy to retrieve terms from.

$args

An array of arguments. See get_terms().

Source Source

File: wp-includes/category.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply