1861* to the taxonomy slug and field name, respectively.1862*1863* @since 2.3.01864*1865* @param mixed$value Value of the taxonomy field.1866*/1867$value=apply_filters("{$taxonomy}_{$field}_rss",$value);1868}else{1869// Use display filters by default.18701871/**1872* Filters the term field sanitized for display.1873*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.