add_term_relationship
热度:94Action Hook: 在添加对象 - 术语关系之前立即触发。
版本
20190729
所属分类
Hooks
可使用页面
All
默认值
无
do_action( 'add_term_relationship', int $object_id, int $tt_id, string $taxonomy )
在添加对象 - 术语关系之前立即触发。
参数:
$object_id
(int) 对象ID。
$tt_id
(int) 术语分类ID。
$taxonomy
(string) 分类标本。