Title: term_{$field}_rss
Published: April 25, 2014
Last modified: February 24, 2026

---

# apply_filters( “term_{$field}_rss”, mixed $value, string $taxonomy )

## In this article

 * [Description](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#description)
 * [Parameters](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#wp--skip-link--target)

Filters the term field for use in RSS.

## 󠀁[Description](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#description)󠁿

The dynamic portion of the hook name, `$field`, refers to the term field.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#parameters)󠁿

 `$value`mixed

Value of the term field.

`$taxonomy`string

Taxonomy slug.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#source)󠁿

    ```php
    $value = apply_filters( "term_{$field}_rss", $value, $taxonomy );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/taxonomy.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/6.9.4/src/wp-includes/taxonomy.php#L1872)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L1872-L1872)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#related)󠁿

| Used by | Description | 
| [sanitize_term_field()](https://developer.wordpress.org/reference/functions/sanitize_term_field/)`wp-includes/taxonomy.php` |

Sanitizes the field value in the term based on the context.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/term_field_rss/?output_format=md#changelog)󠁿

| Version | Description | 
| [2.3.0](https://developer.wordpress.org/reference/since/2.3.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fterm_field_rss%2F)
before being able to contribute a note or feedback.