wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



term_links-{$taxonomy} › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( "term_links-{$taxonomy}", $links )
Parameter:
  • () links An array of term links.
    Erforderlich: Ja
Definiert in:
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`




Quellcode

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