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



term_{$field} › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( "term_{$field}", $value, $term_id, $taxonomy, $context )
Parameters: (4)
  • (mixed) $value Value of the term field.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
  • (string) $context Context to retrieve the term field value.
    Required: Yes
Defined at:
Codex:

Filters the term field sanitized for display.

The dynamic portion of the hook name, $field, refers to the term field name.





Source

$value = apply_filters( "term_{$field}", $value, $term_id, $taxonomy, $context );