edited_term_taxonomies
do_action( ‘edited_term_taxonomies’, array $edit_tt_ids )
动作钩子::在要删除的项的子项被重新分配给父项后立即激发。Action Hook: Fires immediately after a term to delete’s children are reassigned a parent.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$edit_tt_ids | (array) | 给定术语的术语分类ID数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.9.0 | wp-includes/taxonomy.php:1842 | 1 | 0 |
上一篇: edited_term
下一篇: edited_term_taxonomy
总计 0 评论