apply_filters( "term_links-{$taxonomy}", array $links )

Filters the term links for a given taxonomy.


Description

The dynamic portion of the filter name, $taxonomy, refers to the taxonomy slug.


Parameters

$links

(array) An array of term links.


Source

File: wp-includes/category-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.