apply_filters( 'term_id_filter', $term_id, $tt_id, $args )
term_id_filter是一个过滤器,允许开发者修改术语的ID。
在创建新术语后过滤术语ID。
$term_id = apply_filters( 'term_id_filter', $term_id, $tt_id, $args );