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



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

Od2.3.0
Przestarzałyn/a
apply_filters( "pre_{$taxonomy}_{$field}", $value )
Parametry:
  • (mixed) $value Value of the taxonomy field.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters a taxonomy field before it is sanitized.

The dynamic portions of the filter name, $taxonomy and $field, refer to the taxonomy slug and field name, respectively.





Źródło

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