在清理之前过滤术语字段值。
原型
apply_filters( "pre_term_{$field}", mixed $value, string $taxonomy )
描述
过滤器名称的动态部分$ field表示术语字段。
参数
$value
(mixed)
术语字段的值。
$taxonomy
(string)
分类标本。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/pre_term_field/