edit_term_{$field}

最后更新于:2021-11-26 09:08:28

apply_filters( “edit_term_{$field}”, mixed $value, int $term_id, string $taxonomy )

Filters a term field to edit before it is sanitized.

参数

$value

(mixed)
Value of the term field.

$term_id

(int)
Term ID.

$taxonomy

(string)
Taxonomy slug.

源文件

文件: gc-includes/taxonomy.php

View on Trac