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



edit_term_{$field} › WordPress Filter Hooks

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

Filters a term field to edit before it is sanitized.

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





Source

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