Wordpress 钩子:edited_term
文章目录
更新术语后触发,并清除术语缓存。
原型
do_action( 'edited_term', int $term_id, int $tt_id, string $taxonomy )
参数
$term_id
(int)
术语ID。
$tt_id
(int)
术语分类ID。
$taxonomy
(string)
分类标本。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/edited_term/
文章作者 iBllex
上次更新 2019-02-16