W3cubDocs

/WordPress

apply_filters( "term_links-{$taxonomy}", string[] $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

(string[]) An array of term links.

Source

File: wp-includes/category-template.php

View on Trac

Changelog

Version Description
2.5.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/term_links-taxonomy