edited_terms

最后更新于:2021-11-26 09:01:59

do_action( ‘edited_terms’, int $term_id, string $taxonomy )

Fires immediately after a term is updated in the database, but before its term-taxonomy relationship is updated.

参数

$term_id

(int)
Term ID

$taxonomy

(string)
Taxonomy slug.

源文件

文件: gc-includes/taxonomy.php

View on Trac