apply_filters( "term_links-{$taxonomy}", string[] $links )
Filters the term links for a given taxonomy.
Description
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
Possible hook names include:
term_links-category
term_links-post_tag
term_links-post_format
Parameters
- $links
-
An array of term links.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |