wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



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

Od2.3.0
Przestarzałyn/a
apply_filters( "{$taxonomy}_{$field}", $value, $term_id, $context )
Parametry: (3)
  • (mixed) $value Value of the taxonomy field.
    Wymagane: Tak
  • (int) $term_id Term ID.
    Wymagane: Tak
  • (string) $context Context to retrieve the taxonomy field value.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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