wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



edit_term_{$field} › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( "edit_term_{$field}", $value, $term_id, $taxonomy )
Parametri: (3)
  • (mixed) $value Value of the term field.
    Richiesto:
  • (int) $term_id Term ID.
    Richiesto:
  • (string) $taxonomy Taxonomy slug.
    Richiesto:
Definito a:
Codex:

Filters a term field to edit before it is sanitized.

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





Sorgenti

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