1891* to the taxonomy slug and field name, respectively.1892*1893* @since 2.3.01894*1895* @param mixed$value Value of the taxonomy field.1896*/1897$value=apply_filters("{$taxonomy}_{$field}_rss",$value);1898}else{1899// Use display filters by default.19001901/**1902* Filters the term field sanitized for display.1903*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.