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)
  • () value Value of the term field.
    Erforderlich: Ja
  • () term_id Term ID.
    Erforderlich: Ja
  • () taxonomy Taxonomy slug.
    Erforderlich: Ja
  • () 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 );