1833* to the taxonomy slug and field name, respectively.1834*1835* @since 2.3.01836*1837* @param mixed$value Value of the taxonomy field.1838*/1839$value=apply_filters("pre_{$taxonomy}_{$field}",$value);18401841// Back compat filters.1842if('slug'===$field){1843/**1844* Filters the category nicename before it is sanitized.1845*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.