deleted_term_relationships

最后更新于:2021-11-26 05:27:20

do_action( ‘deleted_term_relationships’, int $object_id, array $tt_ids, string $taxonomy )

Fires immediately after an object-term relationship is deleted.

参数

$object_id

(int)
Object ID.

$tt_ids

(array)
An array of term taxonomy IDs.

$taxonomy

(string)
Taxonomy slug.

源文件

文件: gc-includes/taxonomy.php

View on Trac