删除对象 – 术语关系后立即触发。
原型
do_action( 'deleted_term_relationships', int $object_id, array $tt_ids, string $taxonomy )
参数
$object_id
(int)
对象ID。
$tt_ids
(array)
一系列术语分类标识。
$taxonomy
(string)
分类标本。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/deleted_term_relationships/