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



get_term › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'get_term', $_term, $taxonomy )
Parameters: (2)
  • (WP_Term) $_term Term object.
    Required: Yes
  • (string) $taxonomy The taxonomy slug.
    Required: Yes
Defined at:
Codex:

Filters a taxonomy term object.

The {@see 'get_$taxonomy'} hook is also available for targeting a specific taxonomy.





Source

$_term = apply_filters( 'get_term', $_term, $taxonomy );