1872* to the taxonomy slug and field name, respectively.1873*1874* @since 2.3.01875*1876* @param mixed$value Value of the taxonomy field.1877*/1878$value=apply_filters("{$taxonomy}_{$field}_rss",$value);1879}else{1880// Use display filters by default.18811882/**1883* Filters the term field sanitized for display.1884*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.