wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



{$taxonomy}_{$field}_rss › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( "{$taxonomy}_{$field}_rss", $value )
Paramètres:
  • (mixed) $value Value of the taxonomy field.
    Requis: Oui
Défini(e) dans:
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.





Source

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