1852* to the taxonomy slug and field name, respectively.1853*1854* @since 2.3.01855*1856* @param mixed$value Value of the taxonomy field.1857*/1858$value=apply_filters("pre_{$taxonomy}_{$field}",$value);18591860// Back compat filters.1861if('slug'===$field){1862/**1863* Filters the category nicename before it is sanitized.1864*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.