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



pre_term_{$field} › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( "pre_term_{$field}", $value, $taxonomy )
Parametri: (2)
  • (mixed) $value Value of the term field.
    Richiesto:
  • (string) $taxonomy Taxonomy slug.
    Richiesto:
Definito a:
Codex:

Filters a term field value before it is sanitized.

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





Sorgenti

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