added_term_relationship
do_action( ‘added_term_relationship’, int $object_id , int $tt_id , string $taxonomy )
动作钩子::在添加对象项关系后立即激发。
Action Hook: Fires immediately after an object-term relationship is added.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$object_id | (int) | 对象ID。 |
$tt_id | (int) | 术语分类ID。 |
$taxonomy | (string) | 分类蛞蝓。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/taxonomy.php:2515 | 1 | 0 |
added_term_relationship 为WP2原创文章,链接:https://www.wp2.cn/hook/added_term_relationship/