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



{$taxonomy}_{$field} › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( "{$taxonomy}_{$field}", $value, $term_id, $context )
Parametri: (3)
  • (mixed) $value Value of the taxonomy field.
    Richiesto:
  • (int) $term_id Term ID.
    Richiesto:
  • (string) $context Context to retrieve the taxonomy field value.
    Richiesto:
Definito a:
Codex:

Filters the taxonomy field sanitized for display.

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





Sorgenti

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