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



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

Da2.3.0
Deprecaton/a
apply_filters( "edit_{$taxonomy}_{$field}", $value, $term_id )
Parametri: (2)
  • (mixed) $value Value of the taxonomy field to edit.
    Richiesto:
  • (int) $term_id Term ID.
    Richiesto:
Definito a:
Codex:

Filters the taxonomy field to edit before it is sanitized.

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





Sorgenti

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