wpseek.com
A WordPress-centric search engine for devs and theme authors



term_links-{$taxonomy} › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( "term_links-{$taxonomy}", $links )
Parameters:
  • () links An array of term links.
    Required: Yes
Defined at:
Codex:

Filters the term links for a given taxonomy.

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`




Source

$term_links = apply_filters( "term_links-{$taxonomy}", $links );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores