1839* to the taxonomy slug and field name, respectively.1840*1841* @since 2.3.01842*1843* @param mixed$value Value of the taxonomy field.1844*/1845$value=apply_filters("pre_{$taxonomy}_{$field}",$value);18461847// Back compat filters.1848if('slug'===$field){1849/**1850* Filters the category nicename before it is sanitized.1851*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.