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



edit_term_{$field} › WordPress Filter Hooks

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

Filters a term field to edit before it is sanitized.

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





Quellcode

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