term_{$field}_rss WordPress Filter Hook

The term_{$field}_rss hook is used to filter the value of a given field for a term in an RSS feed.

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

Filters the term field for use in RSS.


Description

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


Top ↑

Parameters

$value

(mixed)Value of the term field.

$taxonomy

(string)Taxonomy slug.


Top ↑

Source

File: wp-includes/taxonomy.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More