get_categories_taxonomy

get_categories_taxonomy

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_categories_taxonomy') is found 1 times:

  • /wp-includes/category.php line 38
    	 *
    	 * @param string $taxonomy Taxonomy to retrieve terms from.
    	 * @param array  $args     An array of arguments. See get_terms().
    	 */
    	$args['taxonomy'] = apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args );
    
    	// Back compat.
    	if ( isset( $args['type'] ) && 'link' === $args['type'] ) {
    		_deprecated_argument(
    			__FUNCTION__,
    			'3.0.0',