wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



edit_term_{$field} › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( "edit_term_{$field}", $value, $term_id, $taxonomy )
Paramètres: (3)
  • (mixed) $value Value of the term field.
    Requis: Oui
  • (int) $term_id Term ID.
    Requis: Oui
  • (string) $taxonomy Taxonomy slug.
    Requis: Oui
Défini(e) dans:
Codex:

Filters a term field to edit before it is sanitized.

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





Source

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