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



edit_{$taxonomy}_{$field} › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( "edit_{$taxonomy}_{$field}", $value, $term_id )
Paramètres: (2)
  • (mixed) $value Value of the taxonomy field to edit.
    Requis: Oui
  • (int) $term_id Term ID.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the taxonomy field to edit before it is sanitized.

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





Source

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