wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



term_{$field}_rss › Hooks de Filtros WordPress

Desde2.3.0
Obsoleton/a
apply_filters( "term_{$field}_rss", $value, $taxonomy )
Parâmetros: (2)
  • (mixed) $value Value of the term field.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
Definido em:
Codex:

Filters the term field for use in RSS.

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





Fonte

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