筛选已清理的分类法字段以供显示。
原型
apply_filters( "{$taxonomy}_{$field}", mixed $value, int $term_id, string $context )
描述
过滤器名称,$ taxonomy和$ field的动态部分分别指分类标本和分类法字段。
参数
$value
(mixed)
分类学领域的价值。
$term_id
(int)
术语ID。
$context
(string)
用于检索分类法字段值的上下文。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/taxonomy_field/