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



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

Da2.3.0
Deprecaton/a
apply_filters( "pre_{$taxonomy}_{$field}", $value )
Parametri:
  • (mixed) $value Value of the taxonomy field.
    Richiesto:
Definito a:
Codex:

Filters a taxonomy field before it is sanitized.

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





Sorgenti

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