Filter hook 'get_categories_taxonomy'

in WP Core File wp-includes/category.php at line 38

Description

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

Occurrences

Filename Line Number
wp-includes/category.php 38

Parameters

Type Name Description
string $taxonomy Taxonomy to retrieve terms from.
array $args An array of arguments. See get_terms().

PHP Doc

/**
	 * Filters the taxonomy used to retrieve terms when calling get_categories().
	 *
	 * @since 2.7.0
	 *
	 * @param string $taxonomy Taxonomy to retrieve terms from.
	 * @param array  $args     An array of arguments. See get_terms().
	 */