edited_term
最后更新于:2021-11-26 09:01:51
do_action( ‘edited_term’, int $term_id, int $tt_id, string $taxonomy )
Fires after a term has been updated, and the term cache has been cleaned.
参数
- $term_id
-
(int)
Term ID. - $tt_id
-
(int)
Term taxonomy ID. - $taxonomy
-
(string)
Taxonomy slug.
源文件
文件: gc-includes/taxonomy.php