pre_{$taxonomy}_{$field}

最后更新于:2021-11-27 21:29:26

apply_filters( “pre_{$taxonomy}_{$field}”, mixed $value )

Filters a taxonomy field before it is sanitized.

参数

$value

(mixed)
Value of the taxonomy field.

源文件

文件: gc-includes/taxonomy.php

View on Trac