wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



{$taxonomy}_{$field}_rss › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( "{$taxonomy}_{$field}_rss", $value )
Parameter:
  • (mixed) $value Value of the taxonomy field.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the taxonomy field for use in RSS.

The dynamic portions of the hook name, $taxonomy, and $field, refer to the taxonomy slug and field name, respectively.





Quellcode

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