edit_{$taxonomy}

最后更新于:2021-11-26 09:09:31

do_action( “edit_{$taxonomy}”, int $term_id, int $tt_id )

Fires after a term in a specific taxonomy has been updated, but before the term cache has been cleaned.

参数

$term_id

(int)
Term ID.

$tt_id

(int)
Term taxonomy ID.

源文件

文件: gc-includes/taxonomy.php

View on Trac