更新术语 – 分类关系后立即触发。
原型
do_action( 'edited_term_taxonomy', int $tt_id, string $taxonomy )
参数
$tt_id
(int)
术语分类ID。
$taxonomy
(string)
分类标本。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/edited_term_taxonomy/