edited_term_taxonomies
最后更新于:2021-11-26 09:02:09
do_action( ‘edited_term_taxonomies’, array $edit_tt_ids )
Fires immediately after a term to delete’s children are reassigned a parent.
参数
- $edit_tt_ids
-
(array)
An array of term taxonomy IDs for the given term.
源文件
文件: gc-includes/taxonomy.php
View on Trac