edit_term_taxonomy
do_action( ‘edit_term_taxonomy’, int $tt_id , string $taxonomy )
动作钩子::在更新术语分类关系之前立即激发。
Action Hook: Fires immediate before a term-taxonomy relationship is updated.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$tt_id | (int) | 术语分类ID。 |
$taxonomy | (string) | 分类蛞蝓。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.9.0 | wp-includes/taxonomy.php:2986 | 3 | 0 |
edit_term_taxonomy 为WP2原创文章,链接:https://www.wp2.cn/hook/edit_term_taxonomy/