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



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

Seit2.3.0
Veraltetn/v
apply_filters( "{$taxonomy}_{$field}", $value, $term_id, $context )
Parameter: (3)
  • () value Value of the taxonomy field.
    Erforderlich: Ja
  • () term_id Term ID.
    Erforderlich: Ja
  • () context Context to retrieve the taxonomy field value.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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