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)
  • () value Value of the term field.
    Required: Yes
  • () term_id Term ID.
    Required: Yes
  • () taxonomy Taxonomy slug.
    Required: Yes
  • () 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 );