pre_delete_term

最后更新于:2021-11-27 18:47:00

do_action( ‘pre_delete_term’, int $term, string $taxonomy )

Fires when deleting a term, before any modifications are made to posts or terms.

参数

$term

(int)
Term ID.

$taxonomy

(string)
Taxonomy Name.

源文件

文件: gc-includes/taxonomy.php

View on Trac