pre_term_{$field}

最后更新于:2021-11-27 20:12:34

apply_filters( “pre_term_{$field}”, mixed $value, string $taxonomy )

Filters a term field value before it is sanitized.

参数

$value

(mixed)
Value of the term field.

$taxonomy

(string)
Taxonomy slug.

源文件

文件: gc-includes/taxonomy.php

View on Trac