edit_terms
最后更新于:2021-11-26 09:07:50
do_action( ‘edit_terms’, int $term_id, string $taxonomy )
Fires immediately before the given terms are edited.
参数
- $term_id
-
(int)
Term ID.
- $taxonomy
-
(string)
Taxonomy slug.
源文件
文件: gc-includes/taxonomy.php
View on Trac