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



pre_term_{$field} › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( "pre_term_{$field}", $value, $taxonomy )
Parameters: (2)
  • (mixed) $value Value of the term field.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
Defined at:
Codex:

Filters a term field value before it is sanitized.

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





Source

$value = apply_filters( "pre_term_{$field}", $value, $taxonomy );