edit_{$taxonomy}_{$field}
最后更新于:2021-11-26 09:09:39
apply_filters( “edit_{$taxonomy}_{$field}”, mixed $value, int $term_id )
Filters the taxonomy field to edit before it is sanitized.
参数
- $value
-
(mixed)
Value of the taxonomy field to edit.
- $term_id
-
(int)
Term ID.
源文件
文件: gc-includes/taxonomy.php
View on Trac