1878* to the taxonomy slug and field name, respectively.1879*1880* @since 2.3.01881*1882* @param mixed$value Value of the taxonomy field.1883*/1884$value=apply_filters("{$taxonomy}_{$field}_rss",$value);1885}else{1886// Use display filters by default.18871888/**1889* Filters the term field sanitized for display.1890*
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.