1822* to the taxonomy slug and field name, respectively.1823*1824* @since 2.3.01825*1826* @param mixed$value Value of the taxonomy field.1827*/1828$value=apply_filters("pre_{$taxonomy}_{$field}",$value);18291830// Back compat filters.1831if('slug'===$field){1832/**1833* Filters the category nicename before it is sanitized.1834*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.