wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_term_{$field} › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( "pre_term_{$field}", $value, $taxonomy )
Parameter: (2)
  • (mixed) $value Value of the term field.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy slug.
    Erforderlich: Ja
Definiert in:
Codex:

Filters a term field value before it is sanitized.

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





Quellcode

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