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



term_{$field} › WordPress Filter Hooks

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

Filters the term field sanitized for display.

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





Sorgenti

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