wpseek.com
A WordPress-centric search engine for devs and theme authors



term_{$field}_rss › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( "term_{$field}_rss", $value, $taxonomy )
Parameters: (2)
  • (mixed) $value Value of the term field.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
Defined at:
Codex:

Filters the term field for use in RSS.

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





Source

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