delete_term_relationships

最后更新于:2021-11-26 06:28:20

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

Fires immediately before 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