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



{$taxonomy}_{$field} › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( "{$taxonomy}_{$field}", $value, $term_id, $context )
Parameters: (3)
  • () value Value of the taxonomy field.
    Required: Yes
  • () term_id Term ID.
    Required: Yes
  • () context Context to retrieve the taxonomy field value.
    Required: Yes
Defined at:
Codex:

Filters the taxonomy field sanitized for display.

The dynamic portions of the filter name, `$taxonomy`, and `$field`, refer to the taxonomy slug and taxonomy field, respectively.




Source

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