wpseek.com
WordPress开发者和主题制作者的搜索引擎



{$taxonomy}_{$field}_rss › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( "{$taxonomy}_{$field}_rss", $value )
参数:
  • (mixed) $value Value of the taxonomy field.
    Required: Yes
定义在:
文档:

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.





源码

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