term_id_filter

过滤钩子


apply_filters( 'term_id_filter', $term_id, $tt_id, $args )
参数
  • (int)
    $term_id
    Term ID.
    Required:
  • (int)
    $tt_id
    Term taxonomy ID.
    Required:
  • (array)
    $args
    Arguments passed to wp_insert_term().
    Required:
定义位置
  • wp-includes/taxonomy.php
    , line 2616
引入
6.1.0
弃用

Filters the term ID after a new term is created.

$term_id = apply_filters( 'term_id_filter', $term_id, $tt_id, $args );