apply_filters( "term_links-{$taxonomy}", string[] $links )

Filters the term links for a given taxonomy.


Description Description

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


Parameters Parameters

$links

(string[]) An array of term links.


Top ↑

Source Source

File: wp-includes/category-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.