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



term_{$field} › WordPress Filter Hooks

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

Filters the term field sanitized for display.

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





Quellcode

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