wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



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

Da2.3.0
Deprecaton/a
apply_filters( "{$taxonomy}_{$field}_rss", $value )
Parametri:
  • (mixed) $value Value of the taxonomy field.
    Richiesto:
Definito a:
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.





Sorgenti

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