Wordpress 钩子:term_field_rss
文章目录
过滤术语字段以在RSS中使用。
原型
apply_filters( "term_{$field}_rss", mixed $value, string $taxonomy )
描述
过滤器名称的动态部分$ field表示术语字段。
参数
$value
(mixed)
术语字段的值。
$taxonomy
(string)
分类标本。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/term_field_rss/
文章作者 iBllex
上次更新 2019-02-16